Volendo potresti dire tu quali sono le righe da eliminare dal file classicthesis-preamble.sty per avere maggior compatibilità con biblatex. Ma ripeto ora è tutto ok.
`\PassOptionsToPackage{square,numbers}{natbib}
\RequirePackage{natbib} % NB: LyX likes to set natbib too, let's avoid clashes
`
`\newcommand{\backrefnotcitedstring}{\relax}%(Not cited.)
\newcommand{\backrefcitedsinglestring}[1]{(Cited on page~#1.)}
\newcommand{\backrefcitedmultistring}[1]{(Cited on pages~#1.)}
\ifthenelse{\boolean{cld@backref}}%
{%
\PassOptionsToPackage{hyperpageref}{backref}
\RequirePackage{backref} % to be loaded after hyperref package
\renewcommand{\backreftwosep}{ and~} % seperate 2 pages
\renewcommand{\backreflastsep}{, and~} % seperate last of longer list
\renewcommand*{\backref}[1]{} % Disable standard
\renewcommand*{\backrefalt}[4]{% Detailed backref
\ifcase #1 %
\backrefnotcitedstring%
\or%
\backrefcitedsinglestring{#2}%
\else%
\backrefcitedmultistring{#2}%
\fi}%
}{\relax}`
`\RequirePackage{ifthen}
\newboolean{cld@backref} % enable backrefs in the bibliography
\setboolean{cld@backref}{false}
\DeclareOption{backref}{\setboolean{cld@backref}{true}}
\ProcessOptions\relax`
Via tutto.
Ah, rinominerei classicthesis-preamble.sty in classicthesis-settings.tex, da includere con
`\input{classicthesis-settings}`
alla fine del preambolo.
Appena ho un secondo lo propongo a Miede.
Ciao,
L.