-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.tex
61 lines (40 loc) · 1.14 KB
/
template.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
\documentclass[]{thesis}
\title{}
\author{}
\town{}
\refereea{}
\refereeb{}
\submitteddate{}
\submittedyear{}
\examinationdate{}
\publicationyear{}
\isbn{}
\begin{document}
\maketitle
\tableofcontents
%\listofigures
%\listoftables
\chapter*{Summary\markboth{Summary}{Summary}}
\addcontentsline{toc}{chapter}{Summary}
Summary text. Thesis on what??Observations, analysis and interpretation with non-LTE of chromospheric structures of the Sun
\chapter{Chapter 1 title}
Chapter 1 text
\chapter{Chapter 2 title}
Chapter 2 text
\appendix
\chapter{Appendix title}
Appendix text
\begin{thebibliography}{}
\bibitem[Mustermann(2002)]{mu2002}Mustermann, M., 2002, Title, Journal,
Volume, Pages
\end{thebibliography}
\chapter*{Publications\markboth{Publications}{Publications}}
\addcontentsline{toc}{chapter}{Publications}
List of your publications
\chapter*{Acknowledgements\markboth{Acknowledgements}{Acknowledgements}}
\addcontentsline{toc}{chapter}{Acknowledgements}
Acknowledgements text
\chapter*{Curriculum Vitae\markboth{Curriculum Vitae}{Curriculum Vitae}}
\addcontentsline{toc}{chapter}{Curriculum Vitae}
Curriculum vitae text
\end{document}