von Gast » Do 13. Aug 2015, 12:15
Die Dokumentation des Pakets [d]acronym[/d] beschreibt sehr schön was man zu tun hat (Seite 3).
The standard format of the acronym list is a \description environment. If you pass an optional parameter to the acronym environment, the width of the acronym-column will be fitted to the width of the given parameter (which should be the longest acronym). For example, if HBCI is the longest acronym used, the
list should start with
Du musst also dort, wo bei dir aus irgendeinem Grunde "Bash" steht, das längste Akronym deiner Liste hinschreiben, in dem Beispiel "VDMA".
\begin{acronym}[VDMA]
\acro{VDMA}{Verband Deutscher Maschinen- und Anlagenbau e.V.}
\acro{BDLI}{Bundesverband der Deutschen Luft- und Raumfahrtindustrie e.V.}
\end{acronym}
hat dann wieder die richtigen Abstände.
Die Dokumentation des Pakets [d]acronym[/d] beschreibt sehr schön was man zu tun hat (Seite 3).
[quote]The standard format of the acronym list is a [tt]\description[/tt] environment. If you pass an optional parameter to the acronym environment, the width of the acronym-column will be fitted to the width of the given parameter (which should be the longest acronym). For example, if HBCI is the longest acronym used, the
list should start with
[code]\begin{acronym}[HBCI][/code][/quote]
Du musst also dort, wo bei dir aus irgendeinem Grunde "Bash" steht, das längste Akronym deiner Liste hinschreiben, in dem Beispiel "VDMA".
[code]\begin{acronym}[VDMA]
\acro{VDMA}{Verband Deutscher Maschinen- und Anlagenbau e.V.}
\acro{BDLI}{Bundesverband der Deutschen Luft- und Raumfahrtindustrie e.V.}
\end{acronym}[/code]
hat dann wieder die richtigen Abstände.