Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I've set up a glossary following this guide, but all the entries in my glossary contain page number references to the glossary page - from within the glossary page. I don't have any instances of \gls{} or similar commands within the glossary. My structure is like this:

\usepackage[xindy,toc,acronym]{glossaries}
\makeglossaries

\include{glossary_entries}

% my document body

\appendix
\input{glossary}

glossary_entries.tex contains entries such as:

\newacronym{ETA}{ETA}{Estimated Time of Arrival}
\newglossaryentry{route}{name=Route,description={A set of Waypoints in three-dimentional space}}

All the entries refer to page 34 (the glossary) as well as their correct instances.

share|improve this question
1  
Please add a complete MWE (without \include or \input). – Kurt Sep 6 '12 at 15:25

closed as too localized by lockstep, Tom Bombadil, Paul Gaborit, Marco Daniel, zeroth Sep 23 '12 at 15:00

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.