Nell’uso mi sono accorto che c’è ancora un problema con il comando \shortcite: inserisce uno spazio prima del nome dell’autore
Riassumo le definizioni che sono state date
`% Questo pacchetto richiede biblatex-philosophy, è stato testato con lo style=philosophy-verbose
% Richiede anche che le voci di bibliografia evocate abbiano una voce shorttitle definita
% Introduce i seguenti comandi:
% \footshortcite Per fare una citazione breve in nota (Cognome, shorttitle)
% \schortcite Per fare una citazione breve (Cognome, shorttitle)
\newbibmacro*{cite:authortitle}{%
\usebibmacro{cite:citepages}%
\global\togglefalse{cbx:fullcite}%
\global\togglefalse{cbx:loccit}%
\bibhypertarget{cite\the\value{instcount}}{%
\iffieldundef{shorthand}
{\ifthenelse{\ifciteidem\AND\NOT\boolean{cbx:noidem}}
{\usebibmacro{cite:idem}}
{\usebibmacro{cite:name}}%
\usebibmacro{cite:title:authortitle}%
\usebibmacro{cite:save}}
{\usebibmacro{cite:shorthand}}}}
\newbibmacro*{cite:title:authortitle}{%OK
\ifsingletitle{\usebibmacro{cite:opcit}}{%
\printtext[bibhyperlink]{%
\printfield[citetitle]{labeltitle}}}}
\DeclareCiteCommand{\shortfootcite}[\mkbibfootnote]
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite:authortitle}}
{\multicitedelim}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand{\shortcite}
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite:authortitle}}
{\multicitedelim}
{\usebibmacro{cite:postnote}}`
Cosa si può fare per rimediare?
Grazie!