I am using the following code for the list of glossaries, but the list of glossaries do not generate (the code compiles well). Can anybody suggest what may be the problem?
\documentclass{article}
\usepackage[colorlinks]{hyperref}
\usepackage[acronym]{glossaries}
\makeglossaries
\begin{document}
\newglossaryentry{utc}{Coordinated Universal Time}
\newglossaryentry{adt}{Atlantic Daylight Time}
\newglossaryentry{est}{Eastern Standard Time}
The code is for testing the glossaries list.
\printglossaries
\end{document}
Best Answer
There are some keys missing in the definition of the glossary entries, amongst other issues.
Compile, for example, with this 'pipeline'
Edit See the comment by user
cmhughes
for other ways to generate the document with the glossary.Edit Usage of the
makeglossaries
script is of course much easier in order to generate the glossaries.For further usage, I refer to the documentation of the package, see for example http://mirrors.ctan.org/macros/latex/contrib/glossaries/glossariesbegin.pdf