-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLLamarcheThesis.tex
executable file
·108 lines (76 loc) · 2.46 KB
/
LLamarcheThesis.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
\documentclass[12pt]{uafthesis}
\special{papersize=8.5in,11in}
\usepackage{ppl}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[square]{natbib}
\usepackage{doi}
\usepackage[sectionbib]{chapterbib}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{appendix}
\usepackage[inline]{enumitem}
\usepackage{etoolbox}
\usepackage{longtable}
\usepackage{hyperref}
%%======================================================================================%%
%%======================================================================================%%
%% LLAMARCHE MODIFICATIONS/ADDITIONS
%% Modify \vec{} definition for vectors
\renewcommand{\vec}[1]{\mathbf{#1}}
%% Add \uvec{} definition for unit vectors
\newcommand{\uvec}[1]{\mathbf{\hat{#1}}}
%% Add \deg definition for degree sign
\renewcommand{\deg}{^\circ}
%% Add \captionbreak definition
\newcommand{\captionbreak}{\\ \vspace{1mm}}
%% Look for figures in local Figures directory
\graphicspath{{Figures/}}
%% Set footnote markers to uppercase roman numerals
\renewcommand{\thefootnote}{\Roman{footnote}}
%% Prevent bibliography enteries from running onto two pages
\AtBeginEnvironment{thebibliography}{\interlinepenalty=10000}
%%======================================================================================%%
%%======================================================================================%%
\begin{document}
\title{Plasma Irregularity Production in the Polar Cap \\ F-Region Ionosphere}
\author{Leslie Lamarche}
\degreeyear{2017}
\degreemonth{May}
\degree{Doctor of Philosophy}
\prevdegrees{B.S.}
\department{Physics}
\college{College of Natural Science and Mathematics}
\numberofmembers{4}
\gsdean{Michael Castellini}
\colldean{Paul Layer}
\depchair{Renate Wackerbauer}
\commchair{Roman Makarevich}
\comone{William Bristow}
\comtwo{Mark Conde}
\comthree{Hui Zhang}
% Named signature pages are no longer required as of Fall 2016
%\makenamedsig
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\tableofcontents
\listoffiguresworks
\listoftablesworks
\begin{acronyms}
\input{acronyms}
\end{acronyms}
\begin{acknowledgements}
\input{acknowledgements}
\end{acknowledgements}
% Comment this out to have 'Page' only appear on first page of ToC, LoF, LoT, ect
% New grad school requirements as of Spring 2017
%\addtocontents{toc}{\protect\afterpage{~\hfill{Page}\par\medskip}}
\include{introduction}
\include{paper1}
\include{paper2}
\include{paper3}
\include{conclusion}
%\appendix
%\include{appendix}
\end{document}