From e6b71e1a1d8a1142cd8b18a8bfbe19804741bb44 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Wed, 8 May 2024 16:20:03 +0200 Subject: [PATCH] create mechanics glossary --- glossary.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glossary.tex b/glossary.tex index c5ca1648..6325f68c 100644 --- a/glossary.tex +++ b/glossary.tex @@ -4,6 +4,11 @@ \newcommand\glossarytitle{Lexicon} \fi +\newglossary*{mech}{Mechanics} +\newglossary*{people}{People} +\glssetcategoryattribute{people}{indexonlyfirst}{true} +\glssetcategoryattribute{mech}{indexonlyfirst}{true} + \glsdefpostdesc{general}{.} \glssetcategoryattribute{general}{glossnamefont}{sc} \glsdefpostdesc{people}{.\space\adforn{15}\space} @@ -13,8 +18,6 @@ \glsdefpostdesc{location}{.\space\adforn{72}\space} \glsdefpostdesc{symbol}{.} -\newglossary*{people}{People} -\glssetcategoryattribute{people}{indexonlyfirst}{true} \glssetcategoryattribute{god}{glossnamefont}{textsf} \newignoredglossary*{peeps} -- GitLab