-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
81 lines (72 loc) · 2.05 KB
/
main.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
\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{physics}
\usepackage{amssymb}
\usepackage{bbold}
\setlength{\jot}{10pt}
\usepackage{mathtools}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{nccmath}
\usepackage[a4paper,
width=150mm,
top=25mm,
bottom=25mm]{geometry}
\usepackage[
backend=biber,
style=numeric,
sorting=none
]{biblatex}
\usepackage{tcolorbox}
\usepackage{tensor}
\usepackage{slashed}
\usepackage{MnSymbol}
\usepackage{afterpage}
\usepackage{pdflscape}
%Options: Sonny, Lenny, Glenn, Conny, Rejne, Bjarne, Bjornstrup
\usepackage[Bjornstrup]{fncychap}
\usepackage[bottom]{footmisc}
\usepackage{hyperref}
\graphicspath{{images/}{Chapters/Chapter_2/figs/}{Chapters/Chapter_3/figs/}{Chapters/Chapter_4/figs/}}
\bibliography{bibfile.bib, Chapters/Chapter_1/chapter1.bib, Chapters/Chapter_2/chapter2.bib, Chapters/Chapter_3/chapter3.bib, Chapters/Chapter_4/chapter4.bib}
\begin{document}
\newcommand{\T}[1]{\textrm{#1}}
\newcommand{\red}[1]{\textcolor{red}{#1}}
\newcommand{\mb}[1]{\mathbf{#1}}
\newcommand{\secref}[1]{Sec.~\ref{#1}}
\newcommand{\chapref}[1]{Chap.~\ref{#1}}
\newcommand{\tran}[1]{{#1}^{T}}
\newcommand{\quotes}[1]{``#1''}
\setlength{\abovedisplayskip}{6mm}
\setlength{\belowdisplayskip}{6mm}
\frontmatter
\input{Thesis_frontmatter/title-page.tex}
\clearpage
\newpage
\input{acknowledgments.tex}
\clearpage
\newpage
\tableofcontents
\raggedbottom
\mainmatter
\input{Chapters/Chapter_1/chapter_1.tex}
\input{Chapters/Chapter_2/chapter_2.tex}
\input{Chapters/Chapter_3/chapter_3.tex}
\input{Chapters/Chapter_4/chapter_4.tex}
\input{Chapters/Chapter_5/chapter_5.tex}
\afterpage{\null\thispagestyle{empty}\clearpage}
\let\cleardoublepage\clearpage
\appendix
\numberwithin{equation}{chapter}
\setcounter{equation}{0}
%\input{Appendix/spin.tex}
\input{Appendix/linear_systems.tex}
\input{Appendix/exp_err_func.tex}
\afterpage{\null\thispagestyle{empty}\clearpage}
\printbibliography
\end{document}