我需要在文本引用中删除逗号,而在引用列表中则不要。
因此,在此图像中,您会在&符号前看到一个逗号。这个逗号必须消失。
但是,在参考文献中,在&符号前也有一个逗号,并且该逗号必须留在该位置。
我只能删除文本引文和参考列表中的逗号,或者只在两个位置都保留逗号。我如何才能仅在参考列表中的&符号之前而不是在文本引用中获取逗号?
\documentclass[a4paper, man, donotrepeattitle, floatsintext]{apa6}
\usepackage[ngerman]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{threeparttable}
\usepackage[natbibapa, doi]{apacite}
\newcommand*{\doi}[1]{\href{http://dx.doi.org/#1}{#1}}
\bibliographystyle{apacite}
\makeatletter
\AtBeginDocument{\protected\def\BCBL{\ifNAT@swa,\fi}}
\makeatother
\begin{document}