-
Notifications
You must be signed in to change notification settings - Fork 0
/
tesi.tex
50 lines (40 loc) · 919 Bytes
/
tesi.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
\documentclass[a4paper,10pt,oneside]{book}
\input{preambolo}
\begin{document}
\selectlanguage{italian}
\frontmatter
\pagestyle{frontmatter}
\includepdf{titolo/titolo}
\includepdf{titolo/blank}
\include{frontmatter/dedica}
\include{frontmatter/ringraziamenti}
\tableofcontents
\clearpage
% \thispagestyle{myheadings}\markboth{}{}
\listoffigures
\listoftables
\clearpage
% \thispagestyle{myheadings}\markboth{}{}
\include{frontmatter/abbreviazioni}
\include{frontmatter/sommario}
\mainmatter
\pagestyle{mainmatter}
\include{capitoli/cap1}
\include{capitoli/cap2}
\include{capitoli/cap3}
\include{capitoli/cap4}
\include{capitoli/cap5}
\include{capitoli/cap6}
% appendici
\appendixpage
\noappendicestocpagenum
\include{appendici/appa}
\backmatter
\phantomsection
\clearpage
\nocite{*}
\bibliographystyle{plain}
%%%%% FIXME %%%%%
% bibliography underfull hbox with online links
\bibliography{tesi}
\end{document}