Vi inserisco il codice del preambolo, parte l’ho copiato da arsclassic e ovviamente ci saranno errori:
`
%——————PREAMBOLO——————-%
\documentclass[a4paper,12pt,oneside,openany]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\usepackage{classicthesis-ldpkg}
\usepackage[eulerchapternumbers,tocaligned, subfig,eulermath,dottedtoc]{classicthesis}
\usepackage{arsclassica}
\areaset[5mm]{481.89pt}{680pt}
\usepackage[tight,italian]{minitoc}
\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,
urlcolor=webbrown, linkcolor=RoyalBlue,
citecolor=RoyalBlue,
pdfsubject={},
pdfkeywords={},
pdfcreator={pdfLaTeX},
pdfproducer={LaTeX con hyperref e ClassicThesis}
}
\ifdefined\myTitle
\hypersetup{pdftitle={\myTitle{E.s.t.c.}}}
\else
\relax
\fi
\ifdefined\myName
\hypersetup{pdfauthor={\textcopyright\ \myName{Name}}}
\else
\relax
\fi
\renewcommand{\sfdefault}{iwona}
\renewcommand{\sectionmark}[1]{\markright{\textsc%
{\MakeTextLowercase{\thesection}} \spacedlowsmallcaps{#1}}}
\lehead{\mbox{\llap{\small\thepage\kern1em\color{halfgray}%
\vline}%
\color{halfgray}\hspace{0.5em}\headmark\hfil}}
\rohead{\mbox{\hfil{\color{halfgray}%
\headmark\hspace{0.5em}}%
\rlap{\small{\color{halfgray}\vline}\kern1em\thepage}}}
\renewcommand{\headfont}{\normalfont\sffamily}
\renewcommand{\pnumfont}{\small\sffamily}
\RequirePackage{titlesec}
% chapters
\ifthenelse{\boolean{@linedheaders}}%
{%
\titleformat{\chapter}[display]%
{\relax}{\raggedleft{\color{halfgray}%
\chapterNumber\thechapter} \\ }{0pt}%
{\titlerule\vspace*{.9\baselineskip}\raggedright%
\spacedallcaps}%
[\normalsize\vspace*{.8\baselineskip}\titlerule]%
}{%
\titleformat{\chapter}[block]%
{\normalfont\Large\sffamily}%
{{\color{halfgray}\chapterNumber\thechapter%
\hspace{10pt}\vline} }{10pt}%
{\spacedallcaps}}
% sections
\titleformat{\section}
{\normalfont\Large\sffamily}{\textsc%
{\MakeTextLowercase{\thesection}}}%
{1em}{\spacedlowsmallcaps}
% subsections
\titleformat{\subsection}
{\normalfont\sffamily}{\textsc{\MakeTextLowercase%
{\thesubsection}}}{1em}{\normalsize}
% subsubsections
\titleformat{\subsubsection}
{\normalfont\sffamily\itshape}{\textsc%
{\MakeTextLowercase{\thesubsubsection}}}%
{1em}{\normalsize\itshape}
% appendix
\titleformat{\appendix}[runin]
{\normalfont\normalsize\sffamily}{\textsc%
{\MakeTextLowercase{\theparagraph}}}%
{0pt}{\spacedlowsmallcaps}
% descriptionlabels
\renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}%
\bfseries\spacedlowsmallcaps{#1}}
\titlespacing*{\chapter}{0pt}{1\baselineskip}%
{2\baselineskip}
\titlespacing*{\section}{0pt}{2\baselineskip}%
{.8\baselineskip}[\marginparsep]
\titlespacing*{\subsection}{0pt}{1.5\baselineskip}%
{.8\baselineskip}[\marginparsep]
\titlespacing*{\paragraph}{0pt}{1\baselineskip}%
{1\baselineskip}
\usepackage{amsfonts,amsmath,textcomp,amssymb,graphicx,float,subfig,setspace}
\usepackage[]{scrpage2}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\setlength{\parindent}{0pt}
\usepackage{pdfpages}
`
chiedo scusa in anticipo per la lunghezza del messaggio.
Christian