[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-06-22 07:58:13 +00:00
parent 418988c860
commit d27917da47
+4 -4
View File
@@ -712,14 +712,14 @@
\makenoidxglossaries \makenoidxglossaries
} }
\newcommand{\highlightglossaryref}[]{\textbf{#1}} \newcommand{\highlightglossaryref}[1]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{ \newcommand{\setGlossaryMarkup}{
\let\glsraw\gls \let\glsraw\gls
\let\Glsraw\Gls \let\Glsraw\Gls
\let\acrshortraw\acrshort \let\acrshortraw\acrshort
\newcommand{\gls}[1]{\highlightglossaryref{\glsraw{#1}}} \expandafter\renewcommand{\gls}[1]{\highlightglossaryref{\glsraw{##1}}}
\newcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{#1}}} \expandafter\renewcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{##1}}}
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{#1}}} \expandafter\renewcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{##1}}}
} }
\newcommand{\printGlossary}{ \newcommand{\printGlossary}{