Usavo come riferimento l’”Arte” e l’”Arte di gestire la bibliografia con LateX”, ma lì mancano alcune specificazioni.
Ho letto la documentazione a cui ti riferisci e ho modificato il mio file .bib, ma anche cambiando il record con “incollection” il risultato non cambia.
Questo è il preambolo:
`\documentclass[12pt,a4paper,twoside,openright,titlepage]{book}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german,english,italian]{babel}
\usepackage{color}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{supertabular}
\usepackage{longtable}
\usepackage{xcolor}
\usepackage[
colorlinks=false,
allbordercolors=white,]{hyperref}
\usepackage[babel]{csquotes}
\usepackage[style=authoryear,useprefix]{biblatex}
\bibliography{tesibiblatex}
%\usepackage{ulem}
\usepackage{frontespizio}
\newenvironment{cit}
{\sffamily\begin{quote}}
{\end{quote}}
\newenvironment{abstractbook}
{\null\vfill\begin{center}
\bfseries\abstractname\end{center}}
{\vfill\null}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
\usepackage{setspace}
\linespread{1.3}
\usepackage{emptypage}
\showboxdepth=5
\showboxbreadth=5
\usepackage{cleveref}
\numberwithin{equation}{chapter}
\usepackage{enumitem}
\usepackage{epigraph}
\renewcommand{\epigraphsize}{\footnotesize}
\setlength{\epigraphwidth}{.60\textwidth}
\raggedbottom
\author{Io}
\title{Titolo}
\date{}`
Questo invece è quello che c’è nel file .bib:
`@incollection{ROS,
AUTHOR = {Rosser, J. B.},
TITLE = {An Informal Exposition of Proofs of Gödel's Theorem and Church's Theorem},
BOOKTITLE = {The Undecidable: Basic Papers on Undecidable Propositions, Unsolvable Problems and Computable Functions}
PUBLISHER = {Dover Publications},
LOCATION = {New York},
EDITOR = {Davis, M.}
DATE = {2004}
}`
Sbaglio qualcosa?