-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjorgenh_thesis.tex.backup
116 lines (90 loc) · 2.87 KB
/
jorgenh_thesis.tex.backup
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[10pt,a4paper,twoside]{book}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[titletoc]{appendix}
\usepackage[vscale=0.8,left=3cm,right=2cm,footskip=2.5cm, headsep=1cm]{geometry}
\usepackage{amsmath, amsfonts, amssymb, graphicx}
\usepackage[pdfborder={0 0 0 }]{hyperref}
\usepackage{enumerate, enumitem, color, rotating, subfig, placeins, dsfont, listliketab, dirtree}
\usepackage{titlesec}
\usepackage{url}
\usepackage{pdflscape}
\usepackage{rotating}
\pdfminorversion=5
\newcommand{\OP}[1]{{\bf\widehat{#1}}}
\newcommand{\ket}[1]{\left| #1 \right>}
\newcommand{\bra}[1]{\left< #1 \right|}
\newcommand{\braket}[2]{\left\langle #1 | #2\right\rangle}
\newcommand{\I}{\mathds{1}}
\newcommand{\x}{\otimes}
\newcommand{\su}{\uparrow}
\newcommand{\sd}{\downarrow}
\newcommand{\ph}{\phi(\mathbf{r}, t)}
\newcommand{\Ph}{\Phi(\mathbf{r}, t)}
\newcommand{\Phn}{\Phi(\mathbf{r}, t_0)}
\newcommand{\PT}{\Psi_T(\mathbf{r})}
\newcommand{\Ptau}{\Phi(\mathbf{r}, \tau)}
\newcommand{\mbf}[1]{\mathbf{#1}}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\Exp}[1]{\left< #1 \right>}
\newcommand{\Cov}{\mathrm{Cov}}
%HEI SVEIS
\newcommand{\subfigure}{\subfloat}
\input{../includes/lst.tex}
\titleformat{\section}
{\normalfont\Large\bfseries}
{\color{green}\thesection}{1em}{\underline}
\titleformat{\subsection}
{\normalfont\large\bfseries}
{\color{green}\thesubsection}{1em}{}
\titleformat{\chapter}[frame]
{\normalfont\Huge\bfseries}
{\color{black}\hspace{0.5cm}\thechapter\hspace{0.5cm}}{1em}{\color{green}}
% \setlength{\fboxrule}{0.5mm}
\newcommand{\cfbox}[2]{%
\color{green}%
\addtolength{\linewidth}{-2\fboxsep}%
\addtolength{\linewidth}{-2\fboxrule}%
\fbox{%
\color{black}%
\begin{minipage}{#1 + \linewidth}
#2
\end{minipage}
}
\color{black}
}
\begin{document}
\input{../chapters/01frontpage/ch01frontpage.tex}
\input{../chapters/02preface/ch02preface.tex}
\tableofcontents
\input{../chapters/03intro/ch03intro.tex}
\part{Theory}
\input{../chapters/04SciProg/ch04SciProg.tex}
\input{../chapters/05Manybody/ch05Manybody.tex}
\input{../chapters/06OptimizationsAndGeneralizations/optAndgen.tex}
\input{../chapters/ModeledSystems/ModeledSystems.tex}
\part{Results}
%% \input{../chapters/07ImpVal/ImpVal.tex}
\input{../chapters/08Results/ch08Results.tex}
\clearpage
\appendix
%% \noappendixpagetoc
%% \noappendixheadtotoc
\appendixpage
\input{../chapters/appendix/appendixDirac.tex}
\input{../chapters/appendix/appendixViz.tex}
\input{../chapters/appendix/appendixSympy.tex}
\input{../chapters/appendix/HarmonicOscillator.tex}
\input{../chapters/appendix/3DHO.tex}
\input{../chapters/appendix/hydrogenic.tex}
%%% \input{../chapters/appendix/appendixMatrix.tex}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\color{black}
\begingroup
\sloppy
\bibliographystyle{IEEEtran}
\bibliography{../bibtex/bibtex.bib}
\endgroup
\end{document}