-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththesis.tex
88 lines (60 loc) · 1.72 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
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
% !TeX TS-program = lualatex
\documentclass[twoside,openright,titlepage,fleqn,numbers=noenddot,
usegeometry,
headinclude,footinclude,
cleardoublepage=empty,
%abstract=on,
captions=centeredbeside,
toc=bibliography,
toc=listof,
BCOR=8mm,
DIV=calc,
paper=a4,
fontsize=11pt
]{scrbook}
\newcommand\inputfile[1]{%
\InputIfFileExists{#1}{}{\typeout{No file #1.}}%
}
%*************************************************************
% Note: Make all your adjustments in here
%*************************************************************
\inputfile{config}
\begin{document}
\pagestyle{empty}
\include{_Extras/frontpage}
\include{_Extras/second}
\gotoclearpage
\frontmatter
\renewcommand\thepage{\scshape\roman{page}}
\include{_Extras/abstract}
\gotoclearpage
\include{_Extras/dedication}
\gotoclearpage
\include{_Extras/thanks}
\gotoclearpage
\include{_Extras/contents}
\mainmatter
\renewcommand\thepage{\arabic{page}}
\gotoclearpage
\include{_Chapters/00_introduction}
\gotoclearpage
\include{_Chapters/01_chaptername}
\gotoclearpage
\include{_Chapters/02_chaptername}
\gotoclearpage
\include{_Chapters/03_chaptername}
% INIZIO APPENDICI
\appendix
\gotoclearpage
\include{_Chapters/A_appendix}
% INIZIO MATERIALE CONCLUSIVO
\gotoclearpage
\glsaddall[types={symbols}]
\printglossary[type=symbols,style=altlongragged4col,nogroupskip]
\printglossary[type=acronym]
\gotoclearpage
\include{_Extras/bibliography}
\gotoclearpage
\pagestyle{empty}
\include{_Extras/cv}
\end{document}