-
Notifications
You must be signed in to change notification settings - Fork 1
/
feickert_thesis.tex
66 lines (43 loc) · 1.58 KB
/
feickert_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
54
55
56
57
58
59
60
61
62
63
64
65
66
\documentclass[12pt]{report}
\usepackage{Dedman-Thesis-Latex-Template/sty/DL_thesis} % Global Style for particular SMU College, e.g. DL_thesis.sty
\input{Dedman-Thesis-Latex-Template/latex/packages.tex}
\input{latex/user_packages.tex} % Uncomment to load additional user required packages
\input{Dedman-Thesis-Latex-Template/latex/preamble.tex}
\input{Dedman-Thesis-Latex-Template/latex/custom_commands.tex}
\input{latex/user_commands.tex} % Uncomment to use your own personal commands
\input{src/user_config.tex}
\input{latex/metadata.tex}
\makeglossaries
\input{src/glossary.tex}
% \thesisdraft % uncomment if want draft printing
\begin{document}
\input{Dedman-Thesis-Latex-Template/latex/front_pages.tex}
\begin{thesis}
\input{src/preface.tex}
\input{src/introduction.tex}
\input{src/theory.tex}
\input{src/LHC.tex}
\input{src/ATLAS.tex}
\input{src/event_reconstruction.tex}
\input{src/analysis.tex}
\input{src/results.tex}
\input{src/conclusions.tex}
\StartAppendix%
\input{src/appendix/trigger.tex}
\input{src/appendix/B_hadron_lifetimes.tex}
% Glossary
% Check with specific department on the style to use
\clearpage
\setglossarystyle{list}
\singlespacing%
\printglossary[title=GLOSSARY,toctitle=GLOSSARY]
\doublespacing%
% Bibliography goes below
% Check with specific department on the appropriate
% bibliography style to use
\nocite{*}
\bibliographystyle{bib/uiuchept}
\raggedright
\bibliography{bib/preface,bib/stats,bib/Higgs,bib/theory,bib/JDM,bib/ATLAS,bib/CMS,bib/CERN,bib/event_reconstruction,bib/analysis,bib/appendix}
\end{thesis}
\end{document}