glossaries package FAQ

Why have my glossary terms appeared in bold in the glossary? 🔗

The most likely reason is that you are using one of the list-type glossary styles which put the term in the optional argument of \item which sets its argument in bold. The tree-like glossary styles also make the term bold. You can override this by redefining \glsnamefont. For example:

\renewcommand{\glsnamefont}[1]{\mdseries #1}

2020-06-27 14:21:41


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

Category: glossaries package
Topic: Unexpected Output in the Glossaries