Ecco:
`\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english,british]{babel}
\usepackage[english=british]{csquotes}
\usepackage{microtype}
\usepackage[style=philosophy-classic,publocformat=loccolonpub,scauthorsbib=true,
useprefix=true,annotation=false,firstinits=true,uniquename=init]{biblatex}
\bibliography{bi}
\begin{document}
\nocite{*}
\printbibliography
\end{document}`
`@COLLECTION{Elman2003,
title = {Progress in International Relations Theory: Appraising the Field},
address = {Cambridge, Mass.},
publisher = {\textsc{mit} Press},
year = {2003},
editor = {Elman, Colin and Elman, Miriam Fendius}
}
@ARTICLE{Elman2002,
author = {Elman, Colin and Elman, Miriam Fendius},
title = {How Not to Be Lakatos Intolerant: Appraising Progress in IR Research},
journal = {International Studies Quarterly},
volume = {46},
number = {2},
year = {2002},
pages = {231-262}
}
@INCOLLECTION{Ray2003,
author = {Ray, James Lee},
title = {A Lakatosian View of the Democratic Peace Research Program},
pages = {205-244},
crossref = {Elman2003}
}`
Tra le opzioni di biblatex ho anche aggiunto (benché non le usi) firstinits=true e uniquename=init, per mostrare un ulteriore problema. Se usate in concomitanza con scauthorsbib=true, il primo nome della voce bibliografica non è composto in maiuscoletto.
Ciao. Luigi