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 rm -f *.dvi *.log *.aux *.bbl *.blg *.toc *.lof *.lot *.cb *.~ *.ilg *.nlo *.nls *.out *.glo graphviz/*.png graphiz/*.pdf
all-graphviz: 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 for dot in graphviz/*.dot; do make $${dot%%.dot}.pdf; done
graphviz/%.png: graphviz/%.dot graphviz/%.png: graphviz/%.dot

Binary file not shown.

View File

@ -43,6 +43,7 @@
\tableofcontents \tableofcontents
\listoffigures \listoffigures
\listoftables \listoftables
\printnomenclature
\includepdf[pages=-]{declaration-of-orginality.pdf} \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$ nico@ESPRIMO-P956:~/master-thesis/iperf$
\end{verbatim} \end{verbatim}
%--------------------------------------------------------------------------------------------------------- %---------------------------------------------------------------------------------------------------------
\printnomenclature
\abbrev{ARP}{Address resolution protocol} \abbrev{ARP}{Address resolution protocol}
\abbrev{ASIC}{Application-specific integrated circuit} \abbrev{ASIC}{Application-specific integrated circuit}
\abbrev{DAC}{Direct attach cable} \abbrev{DAC}{Direct attach cable}

View File

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