-
Notifications
You must be signed in to change notification settings - Fork 0
/
phd.tex
63 lines (57 loc) · 1.4 KB
/
phd.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
\documentclass{sephdthesis}
\usepackage{graphicx}
\usepackage[unicode]{hyperref}
\usepackage{multirow}
\let\newfloat\undefined
\usepackage[capbesideposition={top,inside},facing=yes,capbesidesep=quad]{floatrow}
\newfloatcommand{tcapside}{table}[\capbeside]
\captionnamefont{\bfseries}
\input{identification}
\begin{document}
%\layout
%---------
\frontmatter \maketitle
%---------
\input{quotation}\cleardoublepage
%---------
\tableofcontents\cleardoublepage
%---------
\chapter{List of original papers}
\input{publications}\cleardoublepage
%---------
\chapter{Abstract}
\input{summary}\cleardoublepage
%---------
\chapter{Populärvetenskaplig sammanfattning}
\input{swedsummary}\cleardoublepage
%---------
\chapter{Abbreviations}
\input{abbreviations}\cleardoublepage
%---------
\mainmatter% \chapterheadings
\pagestyle{ruled}
\nouppercaseheads
%---------
\chapter{Introduction}
\input{introduction}\cleardoublepage
%---------
\chapter{Theory}
\input{theory}\cleardoublepage
%---------
\chapter{Materials and methods}
\input{methods}\cleardoublepage
%---------
\chapter{Results and discussion}
\input{resultscomments}\cleardoublepage
%---------
\chapter{Major conclusions}
\input{majconcl}\cleardoublepage
%---------
\backmatter
\chapter{Acknowledgments}
\input{acknowledgments}\cleardoublepage
\pagestyle{bib_style}
\bibliographystyle{ieeetr}
\bibliography{phd_papers}
\cftaddtitleline{toc}{chapter}{Papers I-V}{}
\end{document}