Einträge im Literaturverzeichnis
Verfasst: Mi 22. Mai 2019, 16:55
Ich habe zwei Einträge in der Bib-file, allerdings ist der Output im Dokument unterschiedlich.
In der Bib-file
Hat jemand eine Idee, warum einmal "3C:..." und einmal "vol. 3A,..." ausgegeben wird?
\documentclass[12pt,a4paper]{report}
\usepackage[style=chicago-authordate,giveninits=true, maxcitenames=2, natbib=true, maxbibnames=10, refsection=chapter, backend=biber]{biblatex}
\addbibresource{doc.bib}
\begin{document}
\cite{bertolla_99} \cite{borjas99}
\printbibliography[heading=subbibliography]
\end{document}
@INCOLLECTION{bertolla_99,
author={Bertola, Giuseppe},
editor={O. Ashenfelter and D. Card},
title={Microeconomic perspectives on aggregate labor markets},
booktitle={Handbook of Labor Economics},
publisher={Elsevier},
year={1999},
volume={3C},
chapter={45},
pages={2985-3028},
}
@INCOLLECTION{borjas99,
title = {The Economic Analysis of Immigration},
author = {Borjas, George},
year = {1999},
chapter = {28},
pages = {1697-1760},
booktitle = {Handbook of Labor Economics},
editor = {Ashenfelter, O. and Card, D.},
volume = {3A},
publisher = {Elsevier},
}