marci-dipterv-latex/src/thesis.tex

110 lines
3.3 KiB
TeX
Raw Normal View History

2021-11-27 23:09:27 +01:00
% !TeX spellcheck = hu_HU
2021-05-07 17:04:57 +02:00
% !TeX encoding = UTF-8
% !TeX program = xelatex
2021-05-20 18:36:03 +02:00
% 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
2021-05-07 17:04:57 +02:00
\input{include/packages}
\newcommand{\vikszerzoVezeteknev}{Pünkösd}
\newcommand{\vikszerzoKeresztnev}{Marcell}
\newcommand{\vikkonzulensAMegszolitas}{dr.~}
\newcommand{\vikkonzulensAVezeteknev}{Maliosz}
\newcommand{\vikkonzulensAKeresztnev}{Markosz}
2021-05-19 20:36:54 +02:00
%\newcommand{\vikkonzulensBMegszolitas}{dr.~}
%\newcommand{\vikkonzulensBVezeteknev}{Simon}
%\newcommand{\vikkonzulensBKeresztnev}{Csaba}
2021-05-07 17:04:57 +02:00
\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}
2021-05-22 20:04:13 +02:00
%\include{content/abstract}
2021-05-07 17:04:57 +02:00
% The main part of the thesis
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\pagenumbering{arabic}
\include{content/introduction}
2021-05-08 22:44:23 +02:00
\include{content/overview}
\include{content/birbnetes_impl}
\include{content/ursim_impl}
2021-11-26 22:09:32 +01:00
\include{content/scheduling}
2021-11-27 23:09:27 +01:00
\include{content/test_system}
2021-11-26 22:09:32 +01:00
\include{content/measurements}
2021-05-07 17:04:57 +02:00
\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}