2017-05-22 10:12:53 +00:00
|
|
|
% Declare Document Class
|
2017-05-23 09:12:39 +00:00
|
|
|
\documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book}
|
2017-05-22 15:38:51 +00:00
|
|
|
|
2017-05-23 09:01:04 +00:00
|
|
|
\input{structure} % Load structure cfg for document
|
2017-05-23 08:00:36 +00:00
|
|
|
|
2017-05-22 13:14:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% BEGIN DOCUMENT %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-22 09:53:21 +00:00
|
|
|
\begin{document}
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-26 00:40:51 +00:00
|
|
|
\import{.}{frontpage}
|
2017-05-22 10:12:53 +00:00
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
2017-05-23 09:12:39 +00:00
|
|
|
% Only applied after generation of TOC
|
|
|
|
\setlength{\parskip}{0.35em} % Define length between paragrahps
|
|
|
|
\renewcommand{\baselinestretch}{1.15} % Define lineheight
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-22 13:08:28 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN chapters %
|
2017-05-22 13:08:28 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2017-05-24 22:37:22 +00:00
|
|
|
|
2017-05-23 09:12:39 +00:00
|
|
|
\import{chapter/}{baseconf}
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-23 10:52:35 +00:00
|
|
|
\import{chapter/}{layer2protocols}
|
|
|
|
|
|
|
|
\import{chapter/}{layer3protocols}
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-23 09:12:39 +00:00
|
|
|
\import{chapter/}{internet}
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-22 15:38:51 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN list of figures %
|
2017-05-22 15:38:51 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 18:22:29 +00:00
|
|
|
\renewcommand{\listfigurename}{List of {\footnotesize hidden} Figures}
|
2017-05-22 15:38:51 +00:00
|
|
|
\listoffigures
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN list of tables %
|
2017-05-22 15:38:51 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 21:06:54 +00:00
|
|
|
\renewcommand{\listtablename}{Tables {\footnotesize hidding} on the pages}
|
2017-05-22 15:38:51 +00:00
|
|
|
\listoftables
|
|
|
|
|
2017-05-22 14:02:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN references %
|
2017-05-22 14:02:02 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-24 17:09:43 +00:00
|
|
|
\bibliography{references}
|
2017-05-22 14:02:02 +00:00
|
|
|
|
2017-05-22 13:14:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% END DOCUMENT %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 09:53:21 +00:00
|
|
|
\end{document}
|