% Declare Document Class \documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book} \input{structure} % Load structure cfg for document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN DOCUMENT % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \DTMsavenow{now} \title{r17dinh409} \author{Christoffer | chhan11 } \date{May 22 - June 30, 2017\\% {\tiny\texttt{\color{GreenYellow}Generated: \utccurrenttime}}% } \titlepic{\includegraphics[width=0.3\textwidth]{profilepic/pic1}} \maketitle \tableofcontents % Only applied after generation of TOC \setlength{\parskip}{0.35em} % Define length between paragrahps \renewcommand{\baselinestretch}{1.15} % Define lineheight %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN chapters % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \import{chapter/}{baseconf} \import{chapter/}{layer2protocols} \import{chapter/}{layer3protocols} \import{chapter/}{internet} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN list of figures % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\listfigurename}{List of {\footnotesize hidden} Figures} \listoffigures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN list of tables % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\listtablename}{Tables {\footnotesize hidding} on the pages} \listoftables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % BEGIN references % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \bibliography{references} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % END DOCUMENT % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}