! 段落在 \@lbibitem 完成之前结束

! 段落在 \@lbibitem 完成之前结束

我正在使用 apacite 书目样式。我遇到了如上所述的一个错误。我没有使用任何 bibitem。在编译 bibtex 文件时,我收到许多与 url 相关的警告 - “没有作者、编辑、标题、类型和发布方式”。类似这样的。我提供了 url 和 lastchecked 字段。其他类似的 url 引用没有给出任何警告。导致错误的文件位置没有 \cite{..}。

我使用的软件包具体如下:

\documentclass[]{interact}

\usepackage{epstopdf}% To incorporate .eps illustrations using PDFLaTeX, etc.
\usepackage{array}
\usepackage{lscape}
\usepackage{lineno,hyperref}
\usepackage{url}

\usepackage{apacite}
\AtBeginDocument{\urlstyle{APACsame}}
\usepackage[longnamesfirst,sort&compress]{natbib}% Citation support using natbib.sty
\bibpunct[, ]{(}{)}{;}{a}{,}{,}% Citation support using natbib.sty

此后便\begin{document}保留了下来。

\bibliographystyle{apacite}
\bibliography{mybibfile1}

保存之前\end{document}

一个给出警告的示例 URL 以以下方式指定:

@misc{refer26,
url={https://www.nlm.nih.gov/research/umls/}, lastchecked = {17.01.2020}}

请帮我。

相关内容