Search found 2 matches

by Onurb
Tue Apr 03, 2018 5:02 pm
Forum: Graphics, Figures & Tables
Topic: index of abbreviations flushleft
Replies: 3
Views: 3150

index of abbreviations flushleft

If you want it the way you say it, try this one:
\chapter*{Abkürzungsverzeichnis}

\begin{description}
\item[HSLU]} Hochschule Luzern
\begin{description}
\item[USZ] Universitätsspital Zürich
\end{description}
\end{description}

If you actually want it as in the first example, except flush ...
by Onurb
Mon Apr 02, 2018 5:30 pm
Forum: Graphics, Figures & Tables
Topic: index of abbreviations flushleft
Replies: 3
Views: 3150

index of abbreviations flushleft

Hi guys, i want to include an index of abbreviations into my document and I tried it with 2 easy ways but neither of them look like I want it to look. I tried the following options:

\chapter*{Abkürzungsverzeichnis}

\begin{tabular}{ll}
\textbf{HSLU} & Hochschule Luzern \\
\textbf{USZ ...