110 lines
3.3 KiB
TeX
110 lines
3.3 KiB
TeX
% !TeX spellcheck = hu_HU
|
|
% !TeX encoding = UTF-8
|
|
% !TeX program = xelatex
|
|
|
|
% Ezt nyomtatás előtt ne felejtsem el állítani majd:
|
|
\documentclass[11pt,a4paper,oneside]{report} % Single-side
|
|
%\documentclass[11pt,a4paper,twoside,openright]{report} % Duplex
|
|
|
|
\input{include/packages}
|
|
|
|
|
|
\newcommand{\vikszerzoVezeteknev}{Pünkösd}
|
|
\newcommand{\vikszerzoKeresztnev}{Marcell}
|
|
|
|
\newcommand{\vikkonzulensAMegszolitas}{dr.~}
|
|
\newcommand{\vikkonzulensAVezeteknev}{Maliosz}
|
|
\newcommand{\vikkonzulensAKeresztnev}{Markosz}
|
|
|
|
%\newcommand{\vikkonzulensBMegszolitas}{dr.~}
|
|
%\newcommand{\vikkonzulensBVezeteknev}{Simon}
|
|
%\newcommand{\vikkonzulensBKeresztnev}{Csaba}
|
|
|
|
\newcommand{\vikcim}{Szolgáltatás létesítés peremhálózati és felhő számítástechnika ötvözésével} % Cím
|
|
\newcommand{\viktanszek}{\bmetmit} % Tanszék
|
|
\newcommand{\vikdoktipus}{\msc} % Dokumentum típusa (\bsc vagy \msc)
|
|
\newcommand{\vikmunkatipusat}{diplomatervet} % a "hallgató nyilatkozat" részhez: szakdolgozatot vagy diplomatervet
|
|
|
|
\input{include/tdk-variables}
|
|
\newcommand{\szerzoMeta}{\vikszerzoVezeteknev{} \vikszerzoKeresztnev} % egy szerző esetén
|
|
%\newcommand{\szerzoMeta}{\vikszerzoVezeteknev{} \vikszerzoKeresztnev, \tdkszerzoB} % két szerző esetén
|
|
|
|
\input{include/thesis-hu}
|
|
|
|
\input{include/preamble}
|
|
|
|
%glossary stuff
|
|
\glstoctrue
|
|
\makeglossaries
|
|
\include{content/glossary} % wut?
|
|
|
|
|
|
%--------------------------------------------------------------------------------------
|
|
% Table of contents and the main text
|
|
%--------------------------------------------------------------------------------------
|
|
\begin{document}
|
|
|
|
\pagenumbering{gobble}
|
|
|
|
\selectthesislanguage
|
|
|
|
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\include{include/titlepage}
|
|
|
|
|
|
|
|
% Table of Contents
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\tableofcontents\vfill
|
|
|
|
|
|
% Declaration and Abstract
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\include{include/declaration}
|
|
%\include{content/abstract}
|
|
|
|
|
|
% The main part of the thesis
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\pagenumbering{arabic}
|
|
|
|
|
|
\include{content/introduction}
|
|
\include{content/overview}
|
|
\include{content/birbnetes_impl}
|
|
\include{content/ursim_impl}
|
|
\include{content/scheduling}
|
|
\include{content/test_system}
|
|
\include{content/measurements}
|
|
\include{content/conclusion}
|
|
|
|
|
|
% Acknowledgements
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\include{content/acknowledgement}
|
|
|
|
|
|
% List of Figures, Tables
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\listoffigures\addcontentsline{toc}{chapter}{\listfigurename}
|
|
\listoftables\addcontentsline{toc}{chapter}{\listtablename}
|
|
|
|
% Glossary + acronyms
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\printglossaries
|
|
|
|
|
|
% Bibliography
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\addcontentsline{toc}{chapter}{\bibname}
|
|
\bibliography{bib/mybib}
|
|
|
|
|
|
% Appendix
|
|
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
\include{content/appendices}
|
|
|
|
%\label{page:last}
|
|
\end{document}
|