带有 APA 参考文献的 Elsevier 文章

带有 APA 参考文献的 Elsevier 文章

我正在为 Elsevier Journal 撰写一篇文章,该文章遵循 APA6e 参考文献;一切都很好,只是文章从第 2 页开始,第 1 页留空,double hyphen (==)中间部分空白。这是我的写作方式。

\documentclass[preprint,12pt,authoryear]{elsarticle}
\usepackage[natbibapa]{apacite}
\usepackage{float}
\usepackage{hyperref}
\usepackage[ruled,vlined,commentsnumbered]{algorithm2e}
\journal{Expert Systems with Applications}

\begin{document}
\begin{frontmatter}

\bibliographystyle{apacite}
\bibliography{myrefers}

\end{document}

我该如何纠正这个问题?

答案1

不要使用 apacite 包。相反,使用

\bibliographystyle{model5-names}
\biboptions{authoryear}

model5-names 书目样式包含在样本手稿中,您可以从此处下载www.elsevier.com/latex

相关内容