feat: more gls commands updated
Update helpers / build_helpers (push) Successful in 22s

This commit is contained in:
2026-06-22 11:15:18 +02:00
parent d27917da47
commit f97cb6b1d1
+4
View File
@@ -9,10 +9,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}}}
}