diff --git a/doc/Makefile b/doc/Makefile index 27d986d..47b8d1e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/doc/Thesis.pdf b/doc/Thesis.pdf index 398268c..7ed63f9 100644 Binary files a/doc/Thesis.pdf and b/doc/Thesis.pdf differ diff --git a/doc/Thesis.tex b/doc/Thesis.tex index 79f8c8a..b62ea6b 100644 --- a/doc/Thesis.tex +++ b/doc/Thesis.tex @@ -43,6 +43,7 @@ \tableofcontents \listoffigures \listoftables +\printnomenclature \includepdf[pages=-]{declaration-of-orginality.pdf} diff --git a/doc/appendix.tex b/doc/appendix.tex index 12bb312..8d104e7 100644 --- a/doc/appendix.tex +++ b/doc/appendix.tex @@ -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} diff --git a/doc/preamble.tex b/doc/preamble.tex index 9ef0d05..df6e23e 100644 --- a/doc/preamble.tex +++ b/doc/preamble.tex @@ -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}