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.

main
Vel 2022-09-12 13:26:19 +12:00
parent 7c59860ceb
commit 84809be00c
1 changed files with 2 additions and 0 deletions

View File

@ -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}{%