Ecco il preambolo..
`
\documentclass[ twoside,openright,titlepage,fleqn,pointlessnumbers,
12pt,a4paper,BCOR5mm,footinclude,headinclude,cleardoubleempty,abstractoff
]{scrreprt} %
\listfiles
\newcommand{\myTitle}{Laboratorio di progettazione in Alta Frequenza\xspace}
\newcommand{\myDegree}{An Homage to The Elements of Typographic Style\xspace}
\newcommand{\myName}{Gonne\xspace}
\newcommand{\myProf}{i\xspace}
\newcommand{\myOtherProf}{Put name here\xspace}
\newcommand{\mySupervisor}{Put name here\xspace}
\newcommand{\myFaculty}{Ingegneria Elettronica\xspace}
\newcommand{\myDepartment}{Dipartimento di Elettronica e Telecomunicazioni\xspace}
\newcommand{\myUni}{\protect{Università Degli Studi di Firenze}\xspace}
\newcommand{\myLocation}{Poppi\xspace}
\newcommand{\myTime}{Aprile 2009\xspace}
\newcommand{\myVersion}{Version 2.5\xspace}
\newcommand{\mail}[3]{\href{mailto:#1}{\texttt{#1}}}
%**********************************************
\newcommand{\cambiaFont}[2]{{\fontencoding{T1}\fontfamily{#1}%
\selectfont#2}}
%*******************************************************
% Packages with options that might require adjustments
%*******************************************************
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{varioref}
\usepackage[italian,american]{babel}
\usepackage[square,numbers]{natbib}
\usepackage[fleqn]{amsmath} % math environments and more by the AMS
\usepackage[]{multirow}
\usepackage{wrapfig}
\usepackage{pifont}
\usepackage{siunitx}
\usepackage{tabularx,booktabs,multirow}
%\usepackage{textcomp}
%\usepackage[dvips]{graphicx}
%*******************************************************
\usepackage{classicthesis-ldpkg} %\usepackage{classicthesis-ldpkg}
%*******************************************************
\usepackage[eulerchapternumbers,
subfig,beramono,eulermath,parts]{classicthesis}
%***************************************************
\usepackage[english]{arsclassica} %italian
%***************************************************
\areaset[15mm]{400pt}{699pt}
%*******************************************************
%*******************************************************
\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}
\usepackage[tight,english]{minitoc}
% ********************************************************************
% Where to look for graphics
%*******************************************************
\graphicspath{{gfx/}{FigChapter01/}{FigChapter02/}{FigChapter03/}} % considered harmful according to l2tabu
% ********************************************************************
% Hyperreferences
%*******************************************************
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=1, 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,%
% uncomment the following line if you want to have black links (e.g., for printing)
%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}%
}
%********************************************************************
% INIZIODOCUMENTO
%*******************************************************
\begin{document}
\frenchspacing
\raggedbottom
\selectlanguage{american} % american ngerman italian
%\renewcommand*{\bibname}{new name}
%\setbibpreamble{}
\pagenumbering{roman}
\pagestyle{plain}
%********************************************************************
% Frontmatter
%*******************************************************
\include{FrontBack/Frontespizio}
\include{FrontBack/DietroFrontespizio}
\cleardoublepage\include{FrontBackmatter/Dedication}
\cleardoublepage\include{FrontBackmatter/Acknowledgments}
\cleardoublepage\include{FrontBackmatter/Abstract}
%\cleardoublepage\include{FrontBackmatter/Publication}
\pagestyle{scrheadings}
\cleardoublepage\include{FrontBack/Indici}
%********************************************************************
% Mainmatter
%*******************************************************
\pagenumbering{arabic}
%\cleardoublepage\myPart{Some Kind of Manual}
\include{Chapters/Chapter01}
%\cleardoublepage\myPart{The Showcase}
%\include{Chapters/Chapter02}
%\addtocontents{toc}{\protect\clearpage} % TEST
%\include{Chapters/Chapter03}
% ********************************************************************
% Backmatter
%*******************************************************
\appendix
%\cleardoublepage\myPart{Appendix}
\include{Chapters/Chapter0A}
%********************************************************************
% Other Stuff in the Back
%*******************************************************
\cleardoublepage\include{FrontBack/Bibliography}
\cleardoublepage\include{FrontBackmatter/Colophon}
\cleardoublepage\include{FrontBackmatter/Declaration}
% ********************************************************************
% Game Over: Restart, Restore or Quit?
%*******************************************************
\end{document}
% ********************************************************************
`