We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the current behavior?
Using \href{https://github.com}{GitHub}-like commands, TeXlipse issues a warning:
\href{https://github.com}{GitHub}
Key https://github.com is undefined
What is the expected or desired behavior?
No warning is issued.
Please provide steps to reproduce:
Place an \href command in the document.
\href
Please describe your environment:
Operating system:
The text was updated successfully, but these errors were encountered:
The latex3.sablecc grammar contains the following code which will effectively treat anything ending with "ref" as a reference:
//supporting \eqref, \vref, etc. {normal->comcapt, comcapt} cref = '\' letter* 'ref';
This is in turn used to verify that the referenced key actually exists.
Sorry, something went wrong.
Fix #73: Wrong warnings with \href command
c2cfb47
Task-Url: #73
65326bf
turesheim
No branches or pull requests
Bug report
What is the current behavior?
Using
\href{https://github.com}{GitHub}
-like commands, TeXlipse issues a warning:What is the expected or desired behavior?
No warning is issued.
Please provide steps to reproduce:
Place an
\href
command in the document.Please describe your environment:
Operating system:
The text was updated successfully, but these errors were encountered: