[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-06-22 09:15:42 +00:00
parent f97cb6b1d1
commit 49cd5f1360
+4
View File
@@ -715,10 +715,14 @@
\newcommand{\highlightglossaryref}[1]{\textbf{#1}}
\newcommand{\setGlossaryMarkup}{
\let\glsraw\gls
\let\glsplraw\glspl
\let\Glsraw\Gls
\let\Glsplraw\Glspl
\let\acrshortraw\acrshort
\expandafter\renewcommand{\gls}[1]{\highlightglossaryref{\glsraw{##1}}}
\expandafter\renewcommand{\glspl}[1]{\highlightglossaryref{\glsplraw{##1}}}
\expandafter\renewcommand{\Gls}[1]{\highlightglossaryref{\Glsraw{##1}}}
\expandafter\renewcommand{\Glspl}[1]{\highlightglossaryref{\Glsplraw{##1}}}
\expandafter\renewcommand{\acrshort}[1]{\highlightglossaryref{\acrshortraw{##1}}}
}