diff --git a/janishutz-helpers.tex b/janishutz-helpers.tex index 40a3849..3b88cbf 100644 --- a/janishutz-helpers.tex +++ b/janishutz-helpers.tex @@ -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}}} }