This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
128 lines (113 loc) · 4.23 KB
/
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
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
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[12pt,PhD]{thesiscls}%this is where the cls file goes
% The regulations say that 12pt should be used
% Change the MSc option to MPhil, MRes or PhD if appropriate
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{url} % typeset URL's reasonably
\usepackage{listings}
\usepackage{natbib}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{subfigure}
\usepackage{booktabs}
\usepackage{float}
\usepackage{epigraph}
\usepackage{rotating}
\usepackage{longtable}
\setlength{\LTcapwidth}{\textheight} % sets a long table caption width - default is 4in which is too narrow for a landscape page
%define some journal codes
\newcommand{\araa}{ {\it Ann. Rev. Astron, Astrophys.}}%Fix this
\newcommand{\adv}{ {\it Adv. Space Res.}}
\newcommand{\annG}{ {\it Annales Geophysicae}}
\newcommand{\aap}{ {\it Astron. Astrophys.}}
\newcommand{\aaps}{ {\it Astron. Astrophys. Suppl.}}
\newcommand{\aapr}{ {\it Astron. Astrophys. Rev.}}
\newcommand{\ag}{ {\it Ann. Geophys.}}
\newcommand{\aj}{ {\it Astron. J.}}
\newcommand{\apj}{ {\it Astrophys. J.}}
\newcommand{\apjl}{ {\it Astrophys. J. Letters}} %fix this
\newcommand{\apjs}{ {\it Astrophys. J. Supple.}} %fix this
\newcommand{\apss}{ {\it Astrophys. Space Sci.}}
\newcommand{\cjaa}{ {\it Chin. J. Astron. Astrophys.}}
\newcommand{\gafd}{ {\it Geophys. Astrophys. Fluid Dyn.}}
\newcommand{\gca}{ {\it Geochimica et Cosmochimica Acta}}
\newcommand{\grl}{ {\it Geophys. Res. Lett.}}
\newcommand{\ijga}{ {\it Int. J. Geomag. Aeron.}}
\newcommand{\jastp}{ {\it J. Atmos. Solar Terr. Phys.}}
\newcommand{\jgr}{ {\it J. Geophys. Res.}}
\newcommand{\mnras}{ {\it Mon. Not. Roy. Astron. Soc.}}
\newcommand{\nat}{ {\it Nature}}
\newcommand{\pasp}{ {\it Pub. Astron. Soc. Pac.}}
\newcommand{\pasj}{ {\it Pub. Astron. Soc. Japan}}
\newcommand{\pasa}{ {\it Pub. Astron. Soc. Australia}}
\newcommand{\pre}{ {\it Phys. Rev. E}}
\newcommand{\ssr}{ {\it Space Sci. Rev.}}
\newcommand{\memsai}{ {\it Memorie della Società Astronomia Italiana}}
\newcommand{\prd}{ {\it Phys. Rev. D}}
\newcommand{\na}{ {\it New Astron.}}
\newcommand{\fcp}{ {\it Fundamentals of Cosmic Physic}}
\newcommand{\baltastro}{ {\it Baltic Astronomy}}
\newcommand{\jcp}{ {\it Journal of Computational Physics}}
\newcommand{\epjp}{ {\it European Physical Journal Plus}}
\newcommand{\astrol}{ {\it Astronomy Letters}}
\newcommand{\NPA}{ {\it Nuclear Physics A}}
\newcommand{\nature}{ {\it Nature}}
% Uncomment the next line if you want subsubsections to be numbered
%\setcounter{secnumdepth}{3}
% Uncomment the next line if you want subsubsections to be appear in
% the table of contents
%\setcounter{tocdepth}{3}
% Uncomment the following lines if you want to include the date as a
% header in draft versions
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{} % left head
%\lhead{\MakeUppercase{\chaptername \ \thechapter}} % left head
%\chead{Draft: \today} % centre head
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\usepackage{lscape}
\begin{document}
% Uncomment the following lines to leave out list of figures, tables
% and copyright until final printing
%\figurespagefalse
%\tablespagefalse
%\copyrightfalse
\title{YOUR TITLE GOES HERE}
\author{YOUR NAME GOES HERE}
%\principaladviser{SUPERVISORS NAME}
%\firstreader{SECOND SUPERVISOR}
\setlength{\footskip}{2cm}
\let\cleardoublepage\clearpage
\include{declaration}
\beforeabstract
\prefacesection{Abstract}
\input{abstract}
\afterabstract
\prefacesection{Acknowledgements}
ENTER YOUR ACKNOWLEDGEMENTS HERE
\afterpreface
% These include the actual text
\include{CHAPTER1}
\include{CHAPTER2}
\include{CHAPTER3}
\pagestyle{fancy}
\lhead{} % left head
%\lhead{\MakeUppercase{\chaptername \ \thechapter}} % left head
%\chead{Draft: \today} % centre head
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\bibliography{thesis} % this causes the references to be
% listed
%\bibliographystyle{alpha}
\bibliographystyle{aa} % this determines the style in which
% the references are printed, other
% possible values are plain and abbrv
% Appendices start here
%\appendix
%\include{appendix}
%\include{bibliography}
\end{document}