eccolo!
`\begin{filecontents*}{\jobname.bib}
@inbook{ kuhn:1980,
author = “Thomas Kuhn”,
title = “Logica della scoperta o psicologia della ricerca?”,
crossref = “lakatos:1980”,
pages = “69-93”,
}
@book{ kuhn:1982,
author = “Thomas Kuhn”,
title = “La struttura delle rivoluzioni scientifiche”,
publisher = “Einaudi”,
location = “Torino”,
year = “1978”,
}
@book{ kuhn:1985,
author = “Thomas Kuhn”,
title = “La tensione essenziale”,
publisher = “Einaudi”,
location = “Torino”,
year = “1985”,
}
@book{ lakatos:1980,
title = “Critica e crescita della conoscenza”,
editor = “Imre Lakatos and Alan Musgrave”,
publisher = “Feltrinelli”,
location = “Milano”,
year = “1980”,
}
\end{filecontents*}
\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[babel,italian=guillemets]{csquotes}
\usepackage[style=philosophy-verbose,backend=biber,scauthors=true,%
classical=true,firstinits=true,commacit=true,volnumformat=strings,%
volumeformat=romansc,sorting=nyt,citepages=omit,indexing]{biblatex}
\addbibresource{\jobname.bib}
\nocite{*}
\begin{document}
\printbibliography
\end{document}`