-
Notifications
You must be signed in to change notification settings - Fork 13
/
synopsis.tex
85 lines (57 loc) · 1.57 KB
/
synopsis.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
\documentclass[PhD,synopsis]{iitmdiss}
\usepackage{times}
\usepackage{t1enc}
%\usepackage[dvips]{graphicx}
\usepackage[driverfallback=dvipdfm]{hyperref} % hyperlinks for references.
\usepackage{amsmath} % easier math formulae, align, subequations \ldots
\usepackage{graphicx}
%\usepackage{epstopdf}
\title{TITLE OF THESIS}
\author{NAME}
\date{MONTH YEAR}
\department{PHYSICS}
\begin{document}
%\nocite{*}
\maketitle
% The main text will follow from this point so set the page numbering
% to arabic from here on.
\pagenumbering{arabic}
\setcounter{page}{0}
%\newpage
\section{Introduction}
\section{Motivation, Objective and Scope}
\section{Summary of the Research Work}
\section{Conclusions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography.
\begin{singlespace}
\begin{thebibliography}{10}
\addcontentsline{toc}{section}{Bibliography}
\bibitem{paper1}
Author 1 and Author 2
\newblock {\em Paper title}.
\newblock Journal\ \ {\bf Volume}, Page\ \ (Year).
\end{thebibliography}
\end{singlespace}
%%%%%%
\section{Proposed Contents of the Thesis}
The outline of the thesis is as follows:
\begin{enumerate}
\item Chapter 1 title
\item Chapter 2 title
\item ...
\end{enumerate}
%\vskip 4cm
%%%%%%
\section{Publications}
\subsection{Papers in Refereed Journals}
\begin{enumerate}
\item Title \\
{\bf Author 1}, Author 2...\\
{\it Journal title.}, {\bf Volume}, Page (Year)
\end{enumerate}
\subsection{Presentations in Conferences}
\begin{enumerate}
\item Presented titled {\em Title} at the {\bf Conference on...} place, date..
\end{enumerate}
\end{document}