[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-06-22 07:49:19 +00:00
parent b2efcaed3d
commit a81cad587c
+6 -3
View File
@@ -714,9 +714,12 @@
\newcommand{\highlightglossaryref}[]{\textbf{#1}} \newcommand{\highlightglossaryref}[]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{ \newcommand{\setGlossaryMarkup}{
\newcommand{\gls}[1]{\highlightglossaryref{\gls{#1}}} \let\glsraw\gls
\newcommand{\Gls}[1]{\highlightglossaryref{\Gls{#1}}} \let\Glsraw\Gls
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshort{#1}}} \let\acrshortraw\acrshort
\newcommand{\gls}[1]{\highlightglossaryref{\glsraw{#1}}}
\newcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{#1}}}
\newcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{#1}}}
} }
\newcommand{\printGlossary}{ \newcommand{\printGlossary}{