natalieweber/leipzig

Option [nostandards] does not work as expected

Closed this issue · 2 comments

The following document produces an error Undefined control sequence \Nom when the nostandards option is used.

\documentclass{article}
\usepackage[nostandards]{leipzig}
\makeglossaries
\begin{document}
Test \Nom
\printglosses
\end{document}

On the other hand, the following document compiles correctly but prints the standard abbreviations when using glossary commands, despite the nostandardsoption.

\documentclass{article}
\usepackage[nostandards]{leipzig}
\makeglossaries
\begin{document}
Test \acrshort{nom}
\printglosses
\end{document}

Odd. Thanks! Will have a look soon.

Was a typo; should be fixed now.