From b71ad3d742d0828859bf6f154cf17234a4827b05 Mon Sep 17 00:00:00 2001 From: Oliver Kogel Date: Thu, 23 Dec 2021 20:38:33 +0100 Subject: [PATCH] Fix acro indentation (#111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix acro indentation Custom acro template definieren -> acro liste wird nun gleichmäßig indentiert. Ich sehe gerade, dass die Liste insgesamt auch noch indentiert wird. Da muss ich dann vielleicht nochmal schauen, wie sich das noch ändern lässt. Closes #110 * Update setup.tex * Update setup.tex --- build/components/setup.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/build/components/setup.tex b/build/components/setup.tex index 52697b0..abb7350 100644 --- a/build/components/setup.tex +++ b/build/components/setup.tex @@ -130,10 +130,33 @@ } \makeatother +% Standard Abkürzungsverzeichnis überschreiben -> einheitliche Einrückung +\RenewAcroTemplate[list]{description}{% + \acronymsmapT{% + \AcroAddRow{% + \textbf{\acrowrite{short}}% + & + \acrowrite{long}% + \acropages + {\acrotranslate{page}\nobreakspace}% + {\acrotranslate{pages}\nobreakspace}% + \vspace{10pt} + \tabularnewline + }% + }% + \acroheading + \acropreamble + \noindent + \begin{tabular}{@{}ll} + \AcronymTable + \end{tabular} +} + % Abkürzungsverzeichnis SETUP \acsetup{ list/heading = section*, list/name = {Abkürzungsverzeichnis}, + list/template = description, make-links = true, link-only-first = false }