-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
53 lines (40 loc) · 1.35 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[11pt,a4paper,oneside]{report}
\input{include/packages}
%TODO Set the main variables
\newcommand{\vikszerzoVezeteknev}{Nemkin}
\newcommand{\vikszerzoKeresztnev}{Viktória}
\newcommand{\vikkonzulensAMegszolitas}{dr.~}
\newcommand{\vikkonzulensAVezeteknev}{Friedl}
\newcommand{\vikkonzulensAKeresztnev}{Katalin}
\newcommand{\vikcim}{Simulation of quantum walks\\on a classical computer}
\newcommand{\viktanszek}{\bmeszit}
\newcommand{\vikdoktipus}{\msc}
\input{include/tdk-variables}
\newcommand{\szerzoMeta}{\vikszerzoVezeteknev{} \vikszerzoKeresztnev}
\input{include/thesis-en}
\input{include/preamble}
\begin{document}
\pagenumbering{gobble}
\selectthesislanguage
\include{include/titlepage-tdk}
\tableofcontents\vfill
\include{content/begin/abstract}
\pagenumbering{arabic}
\include{content/begin/introduction}
\include{content/math/klasszikus_setak}
\include{content/math/kvantum}
\include{content/math/kvantum_setak}
\include{content/program/program}
\include{content/results/results}
\include{content/end/end}
\include{content/end/acknowledgement}
% List of Figures, Tables
%\listoffigures\addcontentsline{toc}{chapter}{\listfigurename}
%\listoftables\addcontentsline{toc}{chapter}{\listtablename}
% Bibliography
\nocite{*}
\addcontentsline{toc}{chapter}{\bibname}
\bibliography{bib/mybib}
% Appendices
\include{content/end/appendices}
\end{document}