From 84809be00c9208bf1ac1c9eeee6621468a66fd46 Mon Sep 17 00:00:00 2001 From: Vel Date: Mon, 12 Sep 2022 13:26:19 +1200 Subject: [PATCH] Testing hooks for acronyms to output the "long" glossary entry only and suppress the "description" entry. These 2 lines only help with outputting something after the acronym name (e.g. NTP) and after the description, but don't get rid of the description. The first one could be used to output the "long" entry if the description could be silenced. --- src/SNOUG.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SNOUG.tex b/src/SNOUG.tex index 0c8bb8d..a7b80d7 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -259,6 +259,8 @@ leftmargin=1cm,rightmargin=1cm \renewcommand*{\glsxtrpostdescacronym}{% \space(\glsentrylong{\glscurrententrylabel})% } +%\glsdefpostname{acronym}{TEST} % This outputs something after the name, e.g. NTPTEST +%\renewcommand*{\glsxtrpostdescacronym}{\glsentrylong{\glscurrententrylabel}} % This outputs something after the description % crossref for see: \renewcommand*{\glsxtrpostdescgeneral}{%