Move list of abbreviations to the front

This commit is contained in:
Nico Schottelius 2019-08-22 11:56:18 +02:00
parent 93a53e5e49
commit 86de73a26e
5 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ clean:
rm -f *.dvi *.log *.aux *.bbl *.blg *.toc *.lof *.lot *.cb *.~ *.ilg *.nlo *.nls *.out *.glo graphviz/*.png graphiz/*.pdf
all-graphviz:
#for dot in graphviz/*.dot; do make $${dot%%.dot}.png; done
for dot in graphviz/*.dot; do make $${dot%%.dot}.png; done
for dot in graphviz/*.dot; do make $${dot%%.dot}.pdf; done
graphviz/%.png: graphviz/%.dot

Binary file not shown.

View File

@ -43,6 +43,7 @@
\tableofcontents
\listoffigures
\listoftables
\printnomenclature
\includepdf[pages=-]{declaration-of-orginality.pdf}

View File

@ -1461,7 +1461,7 @@ rtt min/avg/max/mdev = 0.218/0.259/0.281/0.034 ms
nico@ESPRIMO-P956:~/master-thesis/iperf$
\end{verbatim}
%---------------------------------------------------------------------------------------------------------
\printnomenclature
\abbrev{ARP}{Address resolution protocol}
\abbrev{ASIC}{Application-specific integrated circuit}
\abbrev{DAC}{Direct attach cable}

View File

@ -32,7 +32,7 @@
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{List of Abbrevations}
\renewcommand{\nomname}{List of Abbreviations}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\setlength{\nomitemsep}{-\parsep}