我最近开始使用 APACITE 包,但当我在文本中添加引文时,作者和逗号之间(年份之前)会出现一个不必要的空格(即作者-空格-逗号-空格-年份)。我一直在使用\shortcite
。
我已附加一张照片作为示例。
我不确定为什么会出现这个空格。有人能给出如何删除它的建议吗?
关联代码:
\documentclass{../bits/thesis}
\usepackage{../bits/apacite}
\usepackage{amsmath}
% \usepackage{amssymb}
% \usepackage{gensymb}
\usepackage[toc,page]{appendix}
\usepackage{setspace}
% \usepackage{sidecap}
% Verbatim allows commenting of sections
\usepackage{verbatim}
\usepackage{acronym}
\newcommand{\etal}{{\it et al.}}
\newcommand{\ud}{\mathrm{d}}
\newcommand{\defaultspacing}{\singlespacing} % will be overridden in skeleton.tex
\newcommand{\um}{$\mu$m}
\setlength{\textwidth}{5.5in}
\setlength{\oddsidemargin}{0.65in}
\begin{document}
[...]
in the retina and neural structures of the eye \shortcite{Fairhall2006}, as well as
[...]
\bibliographystyle{../bits/jovcite}
\bibliography{../bits/library}
\end{document}