0

This following code is giving me the output without displaying the list of acronyms.

Code:

\documentclass{article}

\usepackage[acronym]{glossaries}
\makeglossaries


\newacronym{cd}{CD}{compact disk}


\begin{document}
\noindent
First use \gls{cd}\\
subsequent \gls{cd}

\printglossaries

\end{document}

Output:

First use compact disk (CD)
subsequent CD

Can someone please help me identify the issue? The same code works fine in overleaf. Probably some issue with installed glossaries package but not sure.

albert
  • 1,313

0 Answers0