是否可以将参考文献列表中的作者分隔符“&”更改为“and”?我正在使用以下内容撰写硕士论文:
\usepackage{apacite} \usepackage[round]{natbib} \bibliographystyle{apacite}
谢谢。
答案1
bibtex 样式插入\BBA
“and”并apacite.sty
定义宏,最终取决于这些定义
\newcommand{\BBAA}{\&} % between authors in parenthetical cites and ref. list
\newcommand{\BBAB}{and} % between authors in in-text citation
\newcommand{\BAnd}{\&} % for ``Ed. \& Trans.'' in ref. list
例如你可以使用
\renewcommand{\BBAA}{and} % between authors in parenthetical cites and ref. list