summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/suftesi/example/tesi.tex
blob: 85f5045d28ecf919d926140eb4c231b9a3c74ee5 (plain)
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
% !TEX encoding = UTF-8 Unicode
%	copyright (C) Ivan Valbusa 2010
%
%	Questo file è distribuito assieme alla classe suftesi nella cartella suftesi.zip

\documentclass[
%article,
%authortitle,
%compact,
%supercompact,
%elements,
%sufelements,
%nocrop,
%nomarginpar,
%sctitles,
%centertitle,
%centerheadings,
%sufplain,
%bozza,
%porson,
%defaultgreek,
%defaultfont
]{suftesi}


\usepackage[T1]{fontenc}                
\usepackage[utf8]{inputenc}% Pay attention to the input encoding!
\usepackage[polutonikogreek,german,english,italian]{babel}
\usepackage{graphicx}% to manage images
   \graphicspath{{Immagini/}}
\usepackage{booktabs}% for tables
\usepackage[italian]{varioref}% special cross references
\usepackage{lipsum}% Produce testo fittizio
% index of names
\usepackage{makeidx}
     \addto\captionsitalian{\renewcommand{\indexname}{Indice dei nomi}}
       \makeindex
% bibliography settings
\usepackage[italian=guillemets]{csquotes}
\usepackage[
	style=philosophy-classic,%philosophy-modern, philosophy-verbose
	]{biblatex}
   \bibliography{bibliografia}
% the frontispiece
 \usepackage[suftesi]{frontespizio}% 
% Cross refereces
\usepackage{hyperref}% needed to use the \chapterintro command
\hypersetup{colorlinks=true,citecolor=blue,draft=false}
\begin{document}
% uncomment the following lines if you use the ''french'' option in the babel package
%\selectlanguage{italian}
%\frenchspacing


% FRONTISPIECE
\begin{frontespizio} 
\Universita{Paperopoli} 
\Logo{logo} 
\Facolta{Pennutologia} 
\Corso{Belle Lettere} 
\Annoaccademico{2030--2031} 
\Titoletto{Tesi di laurea magistrale} 
\Titolo{La mia tesi:\\ una lunga serie di risultati\\
difficilissimi e complicatissimi} 
\Sottotitolo{Alcune considerazioni mutevoli} 
\Candidato[PP999999]{Paperino Paolino} 
\Relatore{Giovanni Episcopo} 
\Relatore{Pippo Cluvio}
\Correlatore{Ugo Frogio} 
\Correlatore{Ubaldo Kutuzu} 
\end{frontespizio}

% COLOPHON
\colophon[<sistema operativo>]{Nome Cognome}{<specifiche sui font utilizzati e/o sulla data di discussione della tesi, ecc.>}


% FRONT MATTER
\frontmatter
% Indexes
\tableofcontents
\listoftables
\listoffigures
% Acknowledgments
\input{MaterialeInizialeFinale/Ringraziamenti}
% Shorthands
	 \defbibnote{prenote:shorthands}{Breve testo introduttivo alle sigle}
	 \defbibnote{postnote:shorthands}{Possiamo anche inserire un'avvertenza alla fine delle sigle, come questa. In genere non serve. Potrebbe essere utile nel caso si voglia usare un apparato di sigle molto complesso.}
		 \printshorthands[prenote=prenote:shorthands,postnote=postnote:shorthands]
		 \addcontentsline{toc}{chapter}{Sigle}
\input{MaterialeInizialeFinale/Introduzione}

% MAIN MATTER
\mainmatter
\part{uno}
\input{Capitoli/primo}
 \input{Capitoli/secondo}
 \input{Capitoli/terzo}
 \input{Capitoli/quarto}
\backmatter
\input{MaterialeInizialeFinale/Conclusione}

% APPENDICES
\appendixpage% use only with multiple appendices
\appendix
\chapter{Prima}
\lipsum
\chapter{Seconda}
\lipsum
\chapter{Terza}
\lipsum

% SHORTHANDS
\printshorthands

% 	BIBLIOGRAPHY
\cleardoublepage
\phantomsection % use only if hyperref is loaded
\addcontentsline{toc}{chapter}{\bibname}
\printbibheading

% First bibliography
\defbibnote{primaria}{\sffamily Breve testo introduttivo per la bibliografia secondaria. In genere non serve, ma per bibliografie molto complesse potrebbe essere utile.}
\phantomsection % use only if hyperref is loaded
\addcontentsline{toc}{section}{Bibliografia primaria}
\printbibliography[keyword=primaria,title=Bibliografia primaria,heading=subbibliography,prenote=primaria]
% Second bibliography
\defbibnote{secondaria}{\sffamily Breve testo introduttivo per la bibliografia primaria. In genere non serve, ma per bibliografie molto complesse potrebbe essere utile.}
\phantomsection % use only if hyperref is loaded
\addcontentsline{toc}{section}{Bibliografia secondaria}
\printbibliography[keyword=secondaria,title=Bibliografia secondaria,heading=subbibliography,prenote=secondaria]

% INDEX OF NAMES
\phantomsection % use only if hyperref is loaded
\addcontentsline{toc}{chapter}{Indice dei nomi}
\printindex



\end{document}