-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMaster.tex
84 lines (67 loc) · 1.95 KB
/
Master.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%% Master fil
\include{preamble_speciale}
\def\docTitle{Towards tantalum \protect\\ \protect\vspace{1pt} superconducting qubits with\protect\\ \protect\vspace{15pt} shadowed junction nanowires}
\def\docSubtitle{Subtitle}
\def\docSubject{Master thesis}
\def\docFooter{Master Thesis}
\def\docAuthor{Zheming Gao}
\def\docSupervisor{\\Morten Kjaergaard}
\def\docDate{\today}
\newcommand{\dotsangle}{-8}
\newcommand{\dotsxshift}{0.9ex}
\newcommand{\dotsyshift}{0ex}
\newcommand{\rdots}{\hspace{\dotsxshift}%
\raisebox{\dotsyshift}{\rotatebox{\dotsangle}{$\ddots$}}}
\newcommand{\smallbar}[1]{\bar{#1}}
\renewcommand\bar[1]{\overline{#1}}
\renewcommand\cite{\citep}
\renewcommand\vec[1]{\mathbf{#1}}
%% change the numbering of gifure
%% Adding this so you can read my comments. -Charles
\newcommand{\cls}[1]{ { \color{purple}\footnotesize \textsf{NOTE:} \textsf{#1} {- Charles}} }
\begin{document}
\selectlanguage{english}
\renewcommand{\thefootnote}{\roman{footnote}}
\renewcommand{\thesection}{\arabic{section}}
\input{Forside}
\thispagestyle{empty}
\frontmatter
\thispagestyle{bris}
\pagestyle{bris}
\input{abstract}
\input{acknowledgements}
\newpage
\thispagestyle{bris}
\pagestyle{bris}
\tableofcontents
% \newpage
% \listoffigures
% \newpage
% \listoftables
%\newpage
%\input{abbreviations}
\mainmatter
%%Change figure numbering
\counterwithout{figure}{chapter}
\renewcommand{\thefigure}{\arabic{section}.\arabic{figure}}
%brug \input{filename} til at indsætte underdokumenter i masterdokumentet.
\pagestyle{dktug1}
\input{Introduction.tex}
\input{Theory.tex}
\input{Experiment.tex}
\input{DCmsmt.tex}
\input{HighFreq}
\input{Conclusion}
% \input{QubitMsmt}
%\input{Result.tex}
% \input{Analyse.tex}
%\input{Discussion.tex}
% \input{Konklusion.tex}
\bibliography{litteratur}%litterature_articles,
% \bibliography{} %husk ingen endelser .bib
\appendix
\appendixpage \label{app:appendices}
\thispagestyle{bris}
\pagestyle{bris}
\input{appendix.tex}
\end{document}