-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
93 lines (81 loc) · 2.89 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
\documentclass[12pt,a4paper,openright]{report}
\usepackage[italian]{babel}
\usepackage{newlfont}
\usepackage{color}
\textwidth=450pt\oddsidemargin=0pt
\usepackage{setspace}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{amsmath, amsthm, amssymb, mathtools}
\usepackage{enumitem}
\usepackage{physics}
\usepackage{empheq, bm}
\usepackage{graphicx}
\usepackage{float}
\usepackage{verbatim}
\usepackage{upgreek}
\usepackage[dvipsnames]{xcolor}
\newcommand{\virgolette}[1]{``#1''}
\usepackage{soul}
\newcommand{\figref}[1]{figura \ref{#1}}
\newcommand{\tabref}[1]{tabella \ref{#1}}
\renewcommand{\eqref}[1]{equazione \ref{#1}}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
\DeclareMathOperator{\sen}{sen}
\DeclareMathOperator{\senc}{senc}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\renewcommand{\Vec}{\bm}
\hypersetup
{
%bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobat’s bookmarks
pdftoolbar=true, % show Acrobat’s toolbar?
pdfmenubar=true, % show Acrobat’s menu?
pdffitwindow=false, % window fit to page when opened
pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={Tesi triennale}, % title
pdfauthor={Simone Chiarella}, % author
pdfsubject={Segmentazione automatica di immagini TC}, % subject of the document
pdfcreator={Simone Chiarella}, % creator of the document
%pdfproducer={Producer}, % producer of the document
%pdfkeywords={keyword1, key2, key3}, % list of keywords
pdfnewwindow=false, % links in new PDF window
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links (change box color with linkbordercolor)
citecolor=red, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan, % color of external links
%urlbordercolor={1 1 1} % color of border around links
}
\newenvironment{sistema}%
{\left\lbrace\begin{array}{@{}l@{}}}%
{\end{array}\right.}
%\usepackage[backend=biber, natbib=true, style=numeric-comp, sorting=none, doi=false, url=true, isbn=true, hyperref = true]{biblatex}
\usepackage[backend=biber, natbib=true, style=phys, citestyle=numeric, biblabel=brackets, sorting=none, doi=false, url=false, block=space, backref=true, backrefstyle=two, abbreviate=true, isbn=true, hyperref = true]{biblatex}
\usepackage[autostyle, italian=guillemets]{csquotes}
\addbibresource{biblio.bib}
\begin{document}
\input{frontespizio}
\shipout\hbox{}
\input{abstract}
\shipout\hbox{}
\tableofcontents
\clearpage
\null
\newpage
\input{introduzione}
\input{materiali_e_metodi}
\clearpage
\null
\newpage
\input{clinica}
\clearpage
\null
\newpage
\input{bodycomposition}
\input{conclusioni}
\printbibliography[heading=bibintoc]
\input{ringraziamenti}
\end{document}