fix: add capitalized Gls as well
Update helpers / build_helpers (push) Successful in 20s

This commit is contained in:
2026-06-22 09:45:58 +02:00
parent fd6673f027
commit 0c951d0d1d
+1
View File
@@ -9,6 +9,7 @@
\newcommand{\highlightglossaryref}[]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{
\newcommand{\gls}[1]{\highlightglossaryref{\gls{#1}}}
\newcommand{\Gls}[1]{\highlightglossaryref{\Gls{#1}}}
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshort{#1}}}
}