Move list of abbreviations to the front
This commit is contained in:
parent
93a53e5e49
commit
86de73a26e
5 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
BIN
doc/Thesis.pdf
BIN
doc/Thesis.pdf
Binary file not shown.
|
@ -43,6 +43,7 @@
|
|||
\tableofcontents
|
||||
\listoffigures
|
||||
\listoftables
|
||||
\printnomenclature
|
||||
|
||||
\includepdf[pages=-]{declaration-of-orginality.pdf}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue