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

This commit is contained in:
2026-06-22 09:57:49 +02:00
parent a81cad587c
commit 418988c860
+4 -4
View File
@@ -6,14 +6,14 @@
\makenoidxglossaries
}
\newcommand{\highlightglossaryref}[]{\textbf{#1}}
\newcommand{\highlightglossaryref}[1]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{
\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}}}
\expandafter\renewcommand{\gls}[1]{\highlightglossaryref{\glsraw{##1}}}
\expandafter\renewcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{##1}}}
\expandafter\renewcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{##1}}}
}
\newcommand{\printGlossary}{