-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTesi.tex
executable file
·111 lines (96 loc) · 6.54 KB
/
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
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
\documentclass[fontsize=12pt, % font dimension
paper=a4, % A4 paper
%twoside, % front-back
open=right, % start chapter on the right page
titlepage, % frontespizio
numbers=noenddot, %
%cleardoublepage=empty, % with page between chapters
headinclude, % to add head text in a page
footinclude, % to add foot text in a page
BCOR=12mm, %
DIV=calc, %
%captions=tableheading %
]{scrreprt}
\linespread{1.25}
\KOMAoptions{DIV=last}
\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
%\usepackage[applemac]{inputenc} % imposta la codifica di input;
%\usepackage[T1]{fontenc} % la codifica dei font;
\usepackage[english]{babel} % per scrivere in italiano e in inglese;
\usepackage{indentfirst} % rientra il primo paragrafo di ogni sezione;
\usepackage{amsmath,amssymb,amsthm} % indispensabili per la matematica;
\usepackage[compatibility=false]{caption} %
\usepackage[tight,english]{minitoc} % per fare i miniindici;
\usepackage{subfig} % sottofigure, sottotabelle
\usepackage{classicthesis-ldpkg} % carica molti pacchetti utili a ClassicThesis;
\usepackage[eulerchapternumbers, %
subfig, %
beramono, %
eulermath, %
pdfspacing, %
dottedtoc]{classicthesis} % lo stile ClassicThesis;
\usepackage{arsclassica} % modifica alcuni aspetti di ClassicThesis;
\usepackage{graphicx} %
\usepackage{epsfig,rotating} %
\usepackage{epstopdf} % DOM
\usepackage{colortbl} %
\usepackage{feynmf} %
\newcolumntype{G}{>{\columncolor[gray]{0.8}}c}
\usepackage{citation} % un pacchetto personale;
\usepackage[left=3cm,right=3cm]{geometry}
%\hypersetup{linkcolor=red}
%\renewcommand\thefootnote{\textcolor{NavyBlue}{\arabic{footnote}}} %Cambia colore agli indici
%delle footnote
\usepackage{listings}
\lstset{language=[Visual]C++, basicstyle=\scriptsize\ttfamily}
%\usepackage{lineno} % inserire numero di pagina
%\linenumbers
\usepackage[Bjornstrup]{fncychap} %Stile titolo capitoli\ChNumVar{\fontsize{76}{80}\usefont{OT1}{pzc}{m}{n}\selectfont}
\ChTitleVar{\raggedleft\Large\sffamily\bfseries}\newcommand{\virgolette}[1]{``#1''}
\usepackage{mathrsfs} %L di Lagrangiana corretta
\usepackage{verbatim} %necessaria per il comando \comment{}
\renewcommand\cftchapfont{\textbf} % Titolo in Bold anche nell'indice
\renewcommand{\MakeMarkcase}[1]{\spacedlowsmallcaps{#1}} %Header TofC, TofF e TofT nello
%stesso stile degli altri capitoli
\usepackage{natbib} %Header bibliography nello stesso stile degli altri capitoli
\makeatletter
\renewcommand\section{\@startsection{section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\Makeuppercase\textbf}}% look at \contentsname
\makeatother
\renewcommand\bibsection{
\chapter*{Bibliography}
\markboth{\spacedlowsmallcaps{Bibliography}}{\spacedlowsmallcaps{Bibliography}}
}
\usepackage{soul}
\input{ThesisCommands.tex}
\usepackage{hyphenat}
\hyphenation{ALICE cor-re-spon-ding stud-ies re-spec-tive-ly strange-ness en-hancement re-vis-it-ed com-pe-ti-tion co-a-lesc-ence tem-per-a-ture re-con-struc-tion re-spec-tive-ly e-quiv-a-lently fer-mi-ons ob-serv-a-bles vol-umes cor-re-spond-ence char-ac-ter-ized ex-ist-ence proc-ess bar-y-ons con-sid-er-a-tion ther-mo-dy-nam-ical de-vel-op-ed had-ron con-serv-ing as-pects typ-i-cal en-er-gy po-wer-ful az-i-muthal lim-it-ed val-ues granu-lari-ty meas-ured cor-re-spond-ing dis-tri-bu-tion in-var-i-ant cen-tral-i-ty pan-els cas-cades cor-rec-tion gen-er-at-ed cov-ered com-par-i-son es-ti-mate clus-ters ac-cept-ance-ef-fi-cien-cy cor-rec-tion ar-e-as es-pe-cial-ly sta-tis-ti-cal re-proc-es-sings topo-logi-cal meas-ure-ment in-heren-tly cor-re-spond-ing com-ing}
%*****************************************************************
\begin{document}
\pagenumbering{roman}
\pagestyle{plain}
%*****************************************************************
\input{Chapters/0-Title_page}
\pagestyle{scrheadings}
\cleardoublepage\input{Chapters/Citation}
\cleardoublepage\input{Chapters/1-List_of_contents}
\cleardoublepage\input{Chapters/2-List_of_figures}
\cleardoublepage\input{Chapters/3-List_of_tables}
\cleardoublepage
\pagenumbering{arabic}
%\cleardoublepage\input{Chapters/4-Introduction}
\cleardoublepage\input{Chapters/5-Chapter1}
\cleardoublepage\input{Chapters/6-Chapter2}
\cleardoublepage\input{Chapters/7-Chapter3}
\cleardoublepage\input{Chapters/8-Chapter4}
\cleardoublepage\input{Chapters/9-Chapter5}
\cleardoublepage\input{Chapters/10-Chapter6}
\cleardoublepage\input{Chapters/11-Chapter7}
\cleardoublepage\input{Chapters/12-Conclusions}
%\appendix
\cleardoublepage\input{Chapters/Bibliography}
%*****************************************************************
\end{document}