Teodoro Studita” post=87522Grazie Ivan, funziona perfettamente.
Mi sapresti anche dire come impostare un comando che mi produca la stessa cosa di una seconda citazione anche se è la prima? (in pratica Cognome + shorttile)
`\makeatletter
\renewbibmacro*{cite}{%
\usebibmacro{cite:citepages}%
\global\togglefalse{cbx:fullcite}%
\global\togglefalse{cbx:loccit}%
\bibhypertarget{cite\the\value{instcount}}{%
\iffieldundef{shorthand}
{\ifciteibid
{\usebibmacro{cite:ibid}}
{\ifthenelse{\ifciteidem\AND\NOT\boolean{cbx:noidem}}
{\usebibmacro{cite:idem}}
{\usebibmacro{cite:name}}%
\usebibmacro{cite:title}}%
\usebibmacro{cite:save}}
{\usebibmacro{cite:shorthand}}}}
\renewbibmacro*{cite:title}{%OK
\ifsingletitle{\usebibmacro{cite:opcit}}{%
\printtext[bibhyperlink]{%
\printfield[citetitle]{labeltitle}}}}
\makeatother`
Il secondo codice elimina il “cit.”. Credo che ti serva.
Ciao
Ivan