-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy paththesis.tex
55 lines (46 loc) · 1.41 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
\documentclass[lof,lot,loa,los,lol,department=cse,degree=phd,backref=page,spacing=onehalf]{iiththesis}
\title{Title of your dissertation}
\submitted{\today}
\author{Author Name}
\rollno{IITH roll no}
\adviser{Adviser}
\addradviser{Dept. of \department \\ \iithfull}
\coguide{Co-Adviser}
\addrcoguide{Dept. of \department \\ \iithfull}
\chair{Prof. Examiner}
\addrchair{Dept. of Some Eng \\ IIT}
\external{Prof. External}
\addrexternal{Dept. of Some Eng \\ IIT}
\internal{Prof. Internal}
\addrinternal{Dept. Some Eng \\ IIT}
\usepackage{import}
\import{common/}{preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Include specific chapters while preserving the chapter number.
%% Abstract must always be added.
\includeonly{
acknowledgments/acks,
dedication/dedication,
abstract/abstract,
intro-chapter/introduction,
chapter-1/chapter-1,
chapter-2/chapter-2,
conclusion-chapter/conclusion
}
\include{acknowledgments/acks}
\include{dedication/dedication}
\include{abstract/abstract}
\renewcommand{\bibname}{References}
\begin{document}
\include{intro-chapter/introduction}
\include{chapter-1/chapter-1}
\include{chapter-2/chapter-2}
\include{conclusion-chapter/conclusion}
\clearpage
\newpage
\phantomsection\addcontentsline{toc}{chapter}{References} % Please do not remove this
\bibliographystyle{alpha}
%\bibliographystyle{iiththesis}
\bibliography{common/references}
%\printindex
\end{document}