i am trying to build a glossary and I am stuck with makeindex. My Latex-document contains such an entry:
Code: Select all
some example
\newglossaryentry{example}{name={example}, description={exmp description}}
I really don't understand why there are no entries, i.e. I don't understand why (pdf)latex outputs an empty .glo-file even though there is an entry in the tex-document...pdflatex ...
makeindex test.glo -s test.ist -t test.glg -o test.gls
This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning style file ./test.ist...........................done (27 attributes redefined, 0 ignored).
Scanning input file test.glo...done (0 entries accepted, 0 rejected).
Nothing written in test.gls.
Transcript written in test.glg.
Best,
dave