-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis_final.tex
More file actions
161 lines (138 loc) · 4.3 KB
/
thesis_final.tex
File metadata and controls
161 lines (138 loc) · 4.3 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
\documentclass[a4paper,14pt,oneside]{book}
\renewcommand{\baselinestretch}{1.5}
\usepackage[left=1.5in,right=1in,top=1in,bottom=1in]{geometry}
\usepackage{sectsty}
\sectionfont{\bfseries\fontsize{14}{14}\selectfont}
\subsectionfont{\bfseries\fontsize{14}{14}\selectfont}
\subsubsectionfont{\bfseries\fontsize{14}{14}\selectfont}
\usepackage[fontsize=14pt]{scrextend}
\usepackage{multirow}
\usepackage{ragged2e}
\usepackage{longtable}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{enumitem, color, amssymb}
\usepackage{epstopdf}
\usepackage{natbib}
\usepackage{hyperref}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\usepackage{gensymb}
\usepackage{float}
\usepackage{adjustbox}
\usepackage{amsmath}
\usepackage{array}
\usepackage[font=normalsize]{caption}
\usepackage{fancyhdr}
\usepackage{pdflscape}
\usepackage{rotating}
\usepackage{listofsymbols}
\usepackage{booktabs}
\usepackage{newtxtext,newtxmath}
\usepackage{lscape}
\usepackage{siunitx}
\usepackage{etoolbox}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage{titlesec}
\usepackage[titletoc]{appendix}
\usepackage{rotating}
\usepackage{fmtcount}
\usepackage{relsize}
\setcounter{tocdepth}{2}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\nouppercase\leftmark}
\fancyhead[OR]{\nouppercase\rightmark}
\fancyhead[R,OL]{\thepage}
\newcommand{\apj}{The Astrophysical Journal}
\newcommand{\aj}{AJ}% % Astronomical Journal
\newcommand{\araa}{Annual Review of Astronomy and Astrophysics}% % Annual Review of Astron and Astrophys
\newcommand{\apjl}{The Astrophysical Journal Letters} % Astrophysical Journal, Letters
\newcommand{\apjs}{ApJS}% % Astrophysical Journal, Supplement
\newcommand{\apss}{Ap\&SS}% % Astrophysics and Space Science
\newcommand{\aap}{Astronomy and Astrophysics}% % Astronomy and Astrophysics
\newcommand{\aapr}{A\&A~Rv}% % Astronomy and Astrophysics Reviews
\newcommand{\aaps}{A\&AS}% % Astronomy and Astrophysics, Supplement
\newcommand{\mnras}{MNRAS}% % Monthly Notices of the RAS
\newcommand{\pasj}{PASJ}% % Publications of the ASJ
\newcommand{\aplett}{Astrophys.~Lett.}% % Astrophysics Letters
\newcommand{\na}{New Astronomy} % New Astronomy
\newcommand{\baas}{BAAS}
\newcommand{\icarus}{Icarus}
\newcommand{\pasp}{PASP}
\newcommand{\sovast}{Soviet~Ast.}
\newcommand{\nat}{Nature}
\newcommand{\prl}{Physical Review Letters}
\newcommand{\grl}{Geophys. Res. Lett.}
\newcommand{\ssr}{Space Sci. Rev.}
%\newcommand{\revi}[1]{\textbf{\color{blue}{#1}}}
\newcommand{\revi}[1]{#1}
%\newcommand{\revii}[1]{\textbf{\color{blue}{#1}}}
\newcommand{\revii}[1]{#1}
%\newcommand{\reviii}[1]{\textbf{\color{blue}{#1}}}
\newcommand{\reviii}[1]{#1}
\renewcommand\refname{Bibliography}
\newcommand{\subsubsubsection}[1]{\paragraph{#1}\mbox{}\\}
\makeatletter
\renewcommand\@dotsep{10000} % default value 4.5
\makeatother
\newcommand{\angstrom}{\textup{\AA}}
\makeatletter
\patchcmd{\l@section}{1.0em}{0.5em}{}{}
\makeatother
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = blue %Colour of citations
}
\newcommand{\squeezeup}{\vspace{-2.5mm}}
\pagestyle{plain}
%%%%%%%%%%%%%%%%chapter header%%%%%%%%%%%
\renewcommand\appendixtocname{\uppercase{APPENDIX}}
\renewcommand\appendixpagename{\uppercase{APPENDIX}}
\interfootnotelinepenalty=10000
\setlength\parindent{0pt}
\begin{document}
\input{title_pages.tex}
\input{acknowledgement.tex}
\input{abstract.tex}
{
\hypersetup{linkcolor=black}
\tableofcontents\newpage
\phantomsection
\addcontentsline{toc}{chapter}{LIST OF FIGURES}
\addtocontents{lof}{\linespread{1}\selectfont}
\listoffigures\newpage
\phantomsection
\addcontentsline{toc}{chapter}{LIST OF TABLES}
\listoftables\newpage
\newpage
}
\pagenumbering{arabic}
{
\titleformat{\chapter}[display]
{\centering\Huge\bfseries}
{\chaptername\ \thechapter}
{1pc}
{
\vspace{1pc}%
\Huge}
[\newpage] % creates the new page
\input{Chapter1.tex}
\input{Chapter2.tex}
\input{Chapter3.tex}
\input{Chapter4.tex}
\input{Chapter5.tex}
}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\textbf{REFERENCES}}
\renewcommand{\bibname}{REFERENCES}
\bibliographystyle{yahapj}
\bibliography{ref}
\clearpage
\input{publications_presentations.tex}
\end{document}