-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.tex
101 lines (70 loc) · 2.66 KB
/
main.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
94
95
96
97
98
99
100
101
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[a4paper,11pt,twoside]{book}
\usepackage{upatras-thesis}
%
% These commands need to be defined in order to produce a correct and personalized document
%
\newcommand{\shortdoctitle}{Διπλωματική Εργασία}
\newcommand{\doctitle}{Τίτλος Εργασίας}
\newcommand{\docsubtitle}{Υπότιτλος εγγράφου}
\newcommand{\division}{Τομέας Φοιτητή}
\newcommand{\lab}{Εργαστήριο Εκπόνησης της Εργασίας}
\newcommand{\me}{Όνομα, Επώνυμο και Πατρώνυμο Φοιτητή\\(σε γενική πτώση)} %ΠΡΟΣΟΧΗ: στοιχεία σε γενική πτώση. Παράδειγμα: Άγγελου Σικελιανού του Ιωάννη
%
\newcommand{\nomme}{Όνομα, Επώνυμο και Πατρώνυμο Φοιτητή\\(σε ονομαστική πτώση)} %ΠΡΟΣΟΧΗ: στοιχεία σε ονομαστική πτώση. Παράδειγμα: Άγγελος Σικελιανός του Ιωάννη
%
\newcommand{\studnum}{Μητρώο Φοιτητή}
\newcommand{\keywords}{keyword1, keyword2, keyword3}
\newcommand{\monthyear}{Μήνας 201X}
\newcommand{\supname}{Ονοματεπώνυμο Επιβλέποντα}
\newcommand{\suptitle}{Βαθμίδα Επιβλέποντα}
\newcommand{\headofdivision}{Ονοματεπώνυμο Διεθυντή Τομέα}
\newcommand{\headofdivisiontitle}{Βαθμίδα Διευθυντή Τομέα}
\author{\me}
% PDF settings
%
\hypersetup
{
pdfauthor={\me},
pdftitle={\shortdoctitle},
pdfsubject={\doctitle},
pdfkeywords={\keywords},
pdfproducer={XeLaTex},
pdfcreator={\creator}
}
\begin{document}
\pagenumbering{roman}
%set the number of sectioning levels that get number and appear in the contents
\setcounter{page}{3}
\include{titlepage}
\clearemptydoublepage
\include{certification}
\clearemptydoublepage
\include{about}
\clearemptydoublepage
\include{chapters/summary}
\clearemptydoublepage
\include{chapters/acknowledgements}
\clearemptydoublepage
\pagestyle{fancy}
\tableofcontents
%\mainmatter % book mode only
\clearemptydoublepage
\pagenumbering{arabic}
\setcounter{page}{1}
\input{chapters/introduction}
\clearemptydoublepage
\chapter{Οι θερμικές εικόνες}\label{ch:chap1}
\input{chapters/chapter_1}
\clearemptydoublepage
\chapter{Η ανάλυση}\label{ch:chap2}
\input{chapters/chapter_2}
\clearemptydoublepage
\chapter{Super Resolution μέσω Image Registration}\label{ch:chap3}
\input{chapters/chapter_3}
\clearemptydoublepage
\input{bibliography}
\clearemptydoublepage
\input{lastpage}
\end{document}