Skip to content
New issue

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

Wrong warnings with \href command #73

Closed
1 of 3 tasks
heruan opened this issue Aug 14, 2019 · 1 comment
Closed
1 of 3 tasks

Wrong warnings with \href command #73

heruan opened this issue Aug 14, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@heruan
Copy link

heruan commented Aug 14, 2019

Bug report

What is the current behavior?

Using \href{https://github.com}{GitHub}-like commands, TeXlipse issues a warning:

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.

Please describe your environment:

  • TeXlipse version: 2.0.2.201807241928
  • Eclipse version: 2019-06 (4.12.0)

Operating system:

  • Windows
  • macOS
  • Linux
@turesheim turesheim added the bug label Aug 19, 2019
@turesheim
Copy link
Contributor

turesheim commented Aug 19, 2019

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.

@turesheim turesheim added this to the 2.0.3 milestone Aug 19, 2019
@turesheim turesheim self-assigned this Aug 19, 2019
turesheim added a commit that referenced this issue Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants