Re: biblatex, msb, ClassicTesis e testatina in minuscolo

#40241
Up
0
Down
::

A dire il vero noto che le backreferences non ci sono. ❓ Idee?

In realtà ci sono, ma occorre una versione migliore di arsclassicabiblatex.sty:
`\ProvidesPackage{arsclassicabiblatex.sty}
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{arsclassica}}
\ProcessOptions\relax

%%% Avoid loading backref: we fool classicthesis-ldpkg into
%%% thinking that backref has already been loaded
\@namedef{ver@backref.sty}{3000/01/01}
\let\backreftwosep\@empty
\let\backreflastsep\@empty
\let\backref\@empty
\let\backrefalt\@empty
%%%

\usepackage{classicthesis-ldpkg}
\usepackage[eulerchapternumbers,subfig,beramono,%
eulermath,pdfspacing]{classicthesis}

%%% Define the following to keep hyperref happy
\def\Hy@backout#1{}

\usepackage{arsclassica}

%%% Fool biblatex into thinking that backref has not been loaded,
%%% which is true, of course 🙂
\expandafter\let\csname ver@backref.sty\endcsname\relax

\endinput`
Il pacchetto andrà chiamato con
`\usepackage[italian]{arsclassicabiblatex}`
e la chiamata di biblatex deve venire dopo.

Ciao
Enrico

Go to top