-
Notifications
You must be signed in to change notification settings - Fork 0
/
doct.tex
93 lines (65 loc) · 2.42 KB
/
doct.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
\documentclass[ms,thesis,twoside]{iist}
%% ---- Packages of use ---- %%
\usepackage[pdftex]{graphicx}
\usepackage[backend=biber, citestyle=authoryear, style=authoryear]{biblatex}
\usepackage{booktabs}
\usepackage{colortbl}
\usepackage{csquotes}
\usepackage{float}
\usepackage{layouts}
\usepackage{pdflscape}
\usepackage{enumitem}
\usepackage{subcaption}
\usepackage[normalem]{ulem}
%% ---- Figure Management ---- %%
\graphicspath{{./figures/}}
%% ---- Bibliography Management ---- %%
\addbibresource{doct.bib}
\title{Multimessenger constraints on outflows from neutron star mergers}
\author{B.S.Bharath Saiguhan}
\studentid{SC16B123}
\advisor{Dr.\ Resmi Lekshmi}
\specialization{Astronomy and Astrophysics}
\department{Earth and Space Sciences}
\date{\today}
%% ---- Document starts here ---- %%
\begin{document}
\raggedbottom
%% ---- Make the initial set of pages ---- %%
\maketitle % Title page
\makecertificate% Certificate
\makedeclaration% Declaration
\makededication% Dedication -- DONE
\makeacknowledgements % Acknowledgements -- DONE
\makeabstract % Abstract -- DONE
\maketableofcontents % Table of contents -- DONE
\makelistoffigures % List of figures -- DONE
\makelistoftables % List of tables -- DONE
%\makelistofalgorithms % List of algorithms -- DONE (unneeded)
\makeabbreviations % List of abbreviations -- DONE (in progress)
%\makenomenclature % Nomenclature (for symbols used) -- DONE (unneeded)
% Initialize chapter settings; DO NOT comment this line
\makechaptersettings
%% ---- Start chapters here ---- %%
\input{chapter1} % Introduction
% DONE: Fix to make appropriate
\input{chapter2} % About Popln Syn. Code
% DONE: add more info
\input{chapter3} % Carry-over from First Thesis Phase Report
% DONE
\input{chapter4} % Science from Population and specific GWTC-2 events
% DONE
\input{chapter5} % Summary of Results
% TODO (discussion required)
%% ---- Bibliography addition ----%%
\printbibliography[heading=bibintoc, title={References}]
%% ---- List of Publications ----%%
%\makepublications
%% ---- Appendices starts here ---- %%
% -- DONE (unneeded)
%\makeappendixsettings
%\input{appendixA}
%\input{appendixB}
%% ---- Index starts here ---- %%
\makeindexsettings
\end{document}