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

duplicate index entries when items referenced from tables #745

Closed
AlisdairM opened this issue Jun 9, 2016 · 2 comments
Closed

duplicate index entries when items referenced from tables #745

AlisdairM opened this issue Jun 9, 2016 · 2 comments

Comments

@AlisdairM
Copy link
Contributor

This is most obvious in regex.tex (maybe only here?)

For example, take a look at the table for syntax_option_type:
Immediately above the table, there is an index entry for the enum type, and for each enumerator that is defined in the table below. This produces the index entry with the page-number associated with the enum type (syntax_option_type). In the immediately following table, there is another index reference for each enumerator as it is defined. This produces a duplicate set of entries in the index, under a second entry for syntax_option_type that is not have a page-reference.

As far as I can tell, the index tags are character-for-character identical, so I presume it must be something in the index-generating logic that is treating these as distinct entries. This is a far as I can chase the issue without learning a whole lot more about LaTeX.

@AlisdairM
Copy link
Contributor Author

Just a note that the same problem comes up in my patch to index the type traits.

@AlisdairM
Copy link
Contributor Author

I believe this has been resolved by:
8ff7ef1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant