-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis-name.tex
66 lines (50 loc) · 1.45 KB
/
thesis-name.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
% The original source files were:
% uiucthesis2009.dtx (with options: `example')
\def\fileversion{v2.25a} \def\filedate{2009/10/10}
% Package and Class "uiucthesis2009" for use with LaTeX2e.
\documentclass[edeposit,fullpage]{latex/uiucthesis2009}
\input{latex/packages.tex}
\input{latex/user_packages.tex}
% \linenumbers % uncomment if want draft printing
\begin{document}
\title{Thesis Title}
\author{Thesis Author}
\department{Physics}
\schools{Previous Degrees}
\phdthesis
\advisor{Thesis Advisor}
\degreeyear{Current Year}
\committee{Committee Chair, Chair\\
Theis Advisor, Director of Research\\
Third Member of Committee\\
Fourth Member of Committee}
\maketitle
\frontmatter
\input{src/abstract.tex}
\input{src/dedication.tex}
\input{src/acknowledgments.tex}
% The thesis format requires the Table of Contents to come
% before any other major sections, all of these sections after
% the Table of Contents must be listed therein (i.e., use \chapter,
% not \chapter*). Common sections to have between the Table of
% Contents and the main text are:
%
% List of Tables
% List of Figures
% List Symbols and/or Abbreviations
% etc.
\tableofcontents
\listoftables
\listoffigures
\input{src/symbols.tex}
\mainmatter
\input{src/preface.tex}
\input{src/introduction.tex}
\appendix
\input{src/appendix_A.tex}
\backmatter
\bibliographystyle{bib/JHEP}
%\bibliographystyle{plain}
\bibliography{bib/refs,bib/ATLAS_papers}
\end{document}
\endinput