Latest news 2025-07-09: New blog post: The Problem of Name Clashes and Lost Resources for Digital Historians (RISC OS ARMTeX).

glossaries package FAQ

How do I have some of my glossaries in numbered sections and some in unnumbered sections? 🔗

As from version 1.14, you can use the numberedsection key in the optional argument to \printglossary. For example, to put the main glossary in an unnumbered section and the list of acronyms in a numbered section:

\printglossary[numberedsection=false]
\printglossary[type=acronym,numberedsection]

2020-06-27 15:42:51


Permalink: https://www.dickimaw-books.com/faq.php?id=45
Alternative link: https://www.dickimaw-books.com/faq.php?itemlabel=numberedmix

Category: glossaries package
Topic: Glossary Formatting