fix: command redefine
Update helpers / build_helpers (push) Successful in 22s

This commit is contained in:
2026-06-22 09:48:58 +02:00
parent 62ba0500c1
commit b2efcaed3d
+6 -3
View File
@@ -8,9 +8,12 @@
\newcommand{\highlightglossaryref}[]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{
\newcommand{\gls}[1]{\highlightglossaryref{\gls{#1}}}
\newcommand{\Gls}[1]{\highlightglossaryref{\Gls{#1}}}
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshort{#1}}}
\let\glsraw\gls
\let\Glsraw\Gls
\let\acrshortraw\acrshort
\newcommand{\gls}[1]{\highlightglossaryref{\glsraw{#1}}}
\newcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{#1}}}
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{#1}}}
}
\newcommand{\printGlossary}{