% !TeX spellcheck = hu_HU % !TeX encoding = UTF-8 % !TeX program = xelatex %\documentclass[11pt,a4paper,oneside]{report} % Single-side \documentclass[11pt,a4paper,twoside,openright]{report} % Duplex \input{include/packages} % Set the main variables \newcommand{\vikszerzoVezeteknev}{Torma} \newcommand{\vikszerzoKeresztnev}{Kristóf} \newcommand{\vikkonzulensAMegszolitas}{Dr.~} \newcommand{\vikkonzulensAVezeteknev}{Maliosz} \newcommand{\vikkonzulensAKeresztnev}{Markosz} \newcommand{\vikkonzulensBMegszolitas}{Dr.~} \newcommand{\vikkonzulensBVezeteknev}{Simon Csaba} \newcommand{\vikkonzulensBKeresztnev}{} \newcommand{\vikkonzulensCMegszolitas}{} \newcommand{\vikkonzulensCVezeteknev}{} \newcommand{\vikkonzulensCKeresztnev}{} \newcommand{\vikcim}{Madárhang azonosító és riasztó felhő-natív rendszer} % Cím \newcommand{\viktanszek}{\bmetmit} % Tanszék \newcommand{\vikdoktipus}{\tdk} % Dokumentum típusa (\bsc vagy \msc) \newcommand{\vikmunkatipusat}{szakdolgozatot} % 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 %Language configuration -- choose one % Beállítások magyar nyelvű dolgozathoz \input{include/thesis-hu} % Settings for English documents %\input{include/thesis-en} \input{include/preamble} %-------------------------------------------------------------------------------------- % Table of contents and the main text %-------------------------------------------------------------------------------------- \begin{document} \pagenumbering{gobble} %These includes define guidelines -- remove these %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\include{include/guideline} %\include{include/project} \selectthesislanguage %Titlepage -- choose one from below %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\input{include/titlepage} % Szakdolgozat/Diplomaterv címlap \include{include/titlepage-tdk} % TDK címlap %\include{include/titlepage-otdk} % OTDK címlap % Table of Contents %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \tableofcontents\vfill \clearpage \onehalfspacing % Declaration and Abstract %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\input{include/declaration} %Hallgatói nyilatkozat -- TDK és OTDK esetén törlendő! \input{content/abstract} %Összefoglaló -- TDK és OTDK esetén nem kötelező % The main part of the thesis %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \pagenumbering{arabic} %import your own content \input{content/introduction} \input{content/theory} \input{content/architecture} \input{content/benchmarks} \input{content/closing} % Acknowledgements %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\input{content/acknowledgement} % List of Figures, Tables %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\listoffigures\addcontentsline{toc}{chapter}{\listfigurename} %\listoftables\addcontentsline{toc}{chapter}{\listtablename} % Bibliography %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \addcontentsline{toc}{chapter}{\bibname} \bibliography{bib/mybib} % Appendix %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %\input{content/appendices} %\label{page:last} \end{document}