From 49cd5f13603dc64cf5958261b2586f80b786c1b4 Mon Sep 17 00:00:00 2001 From: "Helpers compiler [bot]" Date: Mon, 22 Jun 2026 09:15:42 +0000 Subject: [PATCH] [skip ci] Build helpers on push --- janishutz-helpers.tex | 4 ++++ 1 file changed, 4 insertions(+) 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}}} }