Skip to content

Commit

Permalink
Fix acro indentation (#111)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
RvNovae authored Dec 23, 2021
1 parent da2c7a6 commit b71ad3d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build/components/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b71ad3d

Please sign in to comment.