1

I'm having an issue where I'm fully able to create a glossary with the glossaries package, but I'm unable to change the style - the command \setglossarystyle isn't recognised.

This example works:

\documentclass{article}
\usepackage[acronym, nopostdot, nonumberlist]{glossaries}
\newacronym{acr}{acr}{Acronym}
\makeglossaries
\begin{document}

\acrshort{acr}
\printglossary[type=\acronymtype]

\end{document}

But this one fails, with an error complaining that \setglossarystyle is an undefined control sequence:

\documentclass{article}
\usepackage[acronym, nopostdot, nonumberlist]{glossaries}
\newacronym{acr}{acr}{Acronym}
\makeglossaries
\begin{document}

\acrshort{acr}
\setglossarystyle{long}
\printglossary[type=\acronymtype]

\end{document}

Am I missing a package or something somewhere?

Sjiveru
  • 485

0 Answers0