我正在写论文。我使用这个代码作为参考书目:
\documentclass[12pt,twoside=off,
bibtotoc,liststotoc,appendixprefix,paper=a4,headings=small]{scrbook}
\usepackage{apacite}
\usepackage{natbib}
\begin{document}
\bibliographystyle{apacite}
\bibliography{./Literatur/quellen}
\end{document}
我的消息来源如下:
@book{FendrichHandbuchEI,
publisher = {Springer Vieweg},
isbn = {9783662560617},
year = {2019},
title = {{Handbuch Eisenbahninfrastruktur}},
edition = {3},
copyright = {Springer-Verlag GmbH Deutschland, ein Teil von Springer Nature 2019},
language = {ger; eng},
address = {Berlin, Heidelberg},
author = {Rießberger, Klaus and Fendrich, Lothar and Gerber, Ulf and Fengler, Wolfgang and Linsel, Ralf and Meißner, Klaus and Rahn, Horst and Lay, Ekkehard and Jänsch, Eberhard and Mölter, Tristan},
}
在我的文档中它看起来像这样:
我如何显示所有作者而不显示中间的点?
非常感谢您的帮助!