From 22f1a88ecea422e626d2c15780d3e4c5f984d243 Mon Sep 17 00:00:00 2001 From: Stefan Koenen Date: Mon, 8 May 2023 11:34:59 +0200 Subject: [PATCH] ADD: command for highlighting components that are also explained in glossary. `\compgls` -> `\compGls` for capitalized entry still missing TODO --- main.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tex b/main.tex index 8df6b8f..0977e75 100644 --- a/main.tex +++ b/main.tex @@ -70,9 +70,11 @@ Anlage 1\\ abbreviations, % hypertoc ]{glossaries-extra} + \renewcommand{\glspostdescription}{~\xleaders\hbox{.}\hfill\kern0pt~} % \setabbreviationstyle[acronym]{long-short} \newcommand{\acr}[1]{\gls{#1}} +\newcommand{\compgls}[1]{{\ttfamily \glqq\gls{#1}\grqq}} % \newcommand{\Acr}[1]{\Gls{#1}} \usepackage{titling}