From ecae5411b9c76157be629b395e6e7a6567b9fdd0 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 21 Mar 2023 23:48:05 +0100 Subject: [PATCH] add level acronym --- glossary.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glossary.tex b/glossary.tex index 6a31c633..825be707 100644 --- a/glossary.tex +++ b/glossary.tex @@ -1,12 +1,19 @@ \makeglossaries % We only want to show full descriptions (e.g. 'GM (Games Master)') in some books. These books make the file '.switch-gls', but most use nothing. + \IfFileExists{.switch-gls}{ \setabbreviationstyle[acronym]{long-short-sc-desc} }{ \setabbreviationstyle[acronym]{nolong-short-sc} } +\newacronym[ + description={The spell's current level (including Enhancements)}, + text={spell level}, + nonumberlist, +]{lv}{Lv}{Spell Level} + \newacronym[ description={The smallest unit of currency}, shortplural={cp}, -- GitLab