Beh, questo è il mio file principale della tesi;
`
\documentclass[ twoside,openright,titlepage,fleqn,numbers=noenddot,headinclude,%1headlines,
11pt,a4paper,BCOR5mm,footinclude,cleardoublepage=empty,abstractoff
]{scrreprt}
\listfiles
% ********************************************************************
% Informazioni
% ********************************************************************
\newcommand{\myTitle}{Titolo\xspace}
\newcommand{\myDegree}{Tesi di laurea\xspace}
\newcommand{\myName}{Mio nome\xspace}
\newcommand{\myProf}{Nome Prof\xspace}
\newcommand{\myFaculty}{Facolt\`a di Lettere\xspace}
\newcommand{\myDepartment}{Cattedra di Filosofia medievale e Ontologia\xspace}
\newcommand{\myUni}{\protect{Universit\`a di Friborgo (Svizzera)}\xspace}
\newcommand{\myLocation}{Friborgo\xspace}
\newcommand{\myTime}{Dicembre 2010\xspace}
%*******************************************************
% Pacchetti
%*******************************************************
\usepackage[utf8x]{inputenc}
\usepackage[italian,latin]{babel}
\usepackage[square,numbers]{natbib}
\usepackage[fleqn]{amsmath} % math environments and more by the AMS
% Tabelle
\usepackage{multicol}
\usepackage{booktabs}
%\usepackage{supertabular}
\usepackage{caption}
\captionsetup[table]{position=top}
\usepackage{longtable}
% Per l'indice analitico
\usepackage{makeidx}
\makeindex
% Edizione critica
\usepackage{ledmac}
\usepackage{endnotes}
\linenummargin{inner}
\sidenotemargin{outer}
\renewcommand{\ledlsnotefontsetup}{\raggedleft\scriptsize}
\renewcommand{\ledrsnotefontsetup}{\raggedright\scriptsize}
\newdimen\ledlsnotewidth \ledlsnotewidth=\marginparwidth
\newdimen\ledlsnotesep \ledlsnotesep=\linenumsep
\newdimen\ledrsnotesep \ledrsnotesep=\linenumsep
\renewcommand{\notenumfont}{\footnotesize}
\newcommand{\notetextfont}{\footnotesize}
\renewcommand*{\thefootnoteB}{\alph{footnoteB}}
\footparagraphX{B}
\addtolength{\skip\Afootins}{1.5mm}
\addtolength{\skip\Bfootins}{1.5mm}
\count\Afootins=825
\count\Bfootins=825
\makeatletter
\footparagraph{A}
\footparagraph{B}
\emergencystretch40pt
%*******************************************************
\usepackage{classicthesis-ldpkg} % [backref]
%*******************************************************
% Options for classicthesis.sty:
% tocaligned eulerchapternumbers drafting linedheaders listsseparated
% subfig nochapters beramono eulermath parts minionpro pdfspacing
% listings dottedtoc minionprospacing manychapters
\usepackage[eulerchapternumbers,drafting,linedheaders,listings,listsseparated,%pdfspacing,%listings,
subfig,beramono,eulermath,parts]{classicthesis}
\usepackage{makerobust}
\makeatletter
\MakeRobustCommand\caption@xref
\makeatother
% ********************************************************************
% Setup and Finetuning
%*******************************************************
\newlength{\abcd} % for ab..z string length calculation
\newcommand{\myfloatalign}{\centering} % how all the floats will be aligned
\setlength{\extrarowheight}{3pt} % increase table row height
% ********************************************************************
% Captions look and feel
%*******************************************************
\captionsetup{format=hang,font=small}
% ********************************************************************
% Listings setup
% ********************************************************************
%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
% ********************************************************************
\lstset{language=[LaTeX]Tex,%C++,
keywordstyle=\color{RoyalBlue},%\bfseries,
basicstyle=\small\ttfamily,
%identifierstyle=\color{NavyBlue},
commentstyle=\color{Green}\ttfamily,
stringstyle=\rmfamily,
numbers=none,%left,%
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frameround=ftff,
frame=single,
belowcaptionskip=.75\baselineskip,
numberbychapter=false
%frame=L
}
% ********************************************************************
% Where to look for graphics
%*******************************************************
%\graphicspath{{gfx/}{misc/}} % considered harmful according to l2tabu
% ********************************************************************
% Hyperreferences
%*******************************************************
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
% uncomment the following line if you want to have black links (e.g., for printing)
%colorlinks=false, linktocpage=false, pdfborder={0 0 0}, pdfstartpage=3, pdfstartview=FitV,%
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
hypertexnames=true, pdfhighlight=/O,%hyperfootnotes=true,%nesting=true,%frenchlinks,%
urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
%urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,%
pdftitle={\myTitle},%
pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
pdfsubject={},%
pdfkeywords={},%
pdfcreator={pdfLaTeX},%
pdfproducer={LaTeX with hyperref and classicthesis}%
}
\begin{document}
\frenchspacing
\raggedbottom
\selectlanguage{italian}
%\renewcommand*{\bibname}{new name}
%\setbibpreamble{}
\pagenumbering{roman}
\pagestyle{plain}
%********************************************************************
% Frontmatter
%*******************************************************
\include{MaterialeInizialeFinale/Frontespizio}
\include{MaterialeInizialeFinale/PaginadiTitolo}
\include{MaterialeInizialeFinale/DietroAlTitolo}
\cleardoublepage\include{MaterialeInizialeFinale/Dedica}
\cleardoublepage\include{MaterialeInizialeFinale/Ringraziamenti}
\cleardoublepage\include{MaterialeInizialeFinale/Sommario}
\pagestyle{scrheadings}
\cleardoublepage\include{MaterialeInizialeFinale/Indici}
\cleardoublepage\include{MaterialeInizialeFinale/SimboliNotazioni}
\cleardoublepage
%********************************************************************
% Mainmatter
%*******************************************************
\pagenumbering{arabic}
\cleardoublepage\part[Introduzione]{Introduzione}
% \\[2cm]
%\includegraphics[width=6cm]{Immagini/Astrolog.jpg}}
\include{Capitoli/Introduzione}
\cleardoublepage\part[Trascrizione]{Trascrizione}
%\\[2cm]
% \includegraphics[width=6cm]{Immagini/Lehrend.jpg}}
\include{Capitoli/Quaestio3}
\include{Capitoli/Quaestio4}
\cleardoublepage\part[Commento]{Commento}
% \\[2cm]
%\includegraphics[width=6cm]{Immagini/Pflanzenforscher.jpg}}
\include{Capitoli/Commento}
\include{Capitoli/Paralleli}
\cleardoublepage\part{Conclusione}
% \\[2cm]
%\includegraphics[width=6cm]{Immagini/Linien.jpg}}
\include{Capitoli/Conclusione}
\printindex
% ********************************************************************
% Backmatter
%*******************************************************
\appendix
\cleardoublepage\part[Appendice]{Appendice}
% \\[2cm]
%\includegraphics[width=4cm]{Immagini/Tiere.jpg}}
\cleardoublepage\include{MaterialeInizialeFinale/Bibliografia}
\cleardoublepage\include{MaterialeInizialeFinale/Colophon}
\cleardoublepage\include{MaterialeInizialeFinale/Dichiarazione}
\end{document}`