-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_region_.tex
53 lines (34 loc) · 1.17 KB
/
_region_.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
\message{ !name(rbm_rcs.tex)}%This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
%%%
% LaTeX Template for Thesis submitted to AG-Bloemer
% This is just a guideline - modify as you like :)
% Last Update: 13-01-2017
% In case of questions/problems/proposals you can write, call or visit me
% http://cs.uni-paderborn.de/cuk/personal/sascha-brauer/
%%%
\documentclass{cukthesis} % add [german] if required
\input{config/config.tex}
\input{config/includes.tex}
\input{config/defs.tex}
\begin{document}
\message{ !name(rbm_rcs.tex) !offset(-3) }
\bibliographystyle{plain}
\pagenumbering{roman}
\input{pretext/titlepage.tex}
\input{pretext/declaration.tex}
\tableofcontents
% If you have figures, uncomment this
%\listoffigures
% If you have algorithms, uncomment this
%\listofalgorithms
\cleardoublepage
\pagenumbering{arabic}
% Input your files here!
\input{chapters/notations.tex}
\input{chapters/quantum_computing.tex}
\input{chapters/rbm.tex}
%%
\bibliography{biblio}
\appendix
\end{document}
\message{ !name(rbm_rcs.tex) !offset(-53) }