참고문헌 문제 apacite: \@@cite 인수에 추가 }가 있습니다.

참고문헌 문제 apacite: \@@cite 인수에 추가 }가 있습니다.

논문 내 참고문헌을 인용할 때 문제가 있습니다. 패키지를 사용하고 있습니다 apacite. 아래는 코드의 기본 구조입니다.

\documentclass[12pt]{report}
\usepackage{apacite}

\begin{document}

\chapter{Literature Review}
Several methodological challenges arise when modeling count data (see 
\cite{lord_statistical_2010} for a good review).

\bibliographystyle{apacite}
\bibliography{references}

\end{document}

.bib 파일의 항목은 다음과 같습니다.

@article{lord_statistical_2010,
title = {The statistical analysis of crash-frequency data: A review and 
      assessment of methodological alternatives},
volume = {44},
issn = {09658564},
shorttitle = {The statistical analysis of crash-frequency data},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0965856410000376},
doi = {10.1016/j.tra.2010.02.001},
number = {5},
journal = {Transportation Research Part A: Policy and Practice},
author = {Lord, Dominique and Mannering, Fred},
month = jun,
year = {2010},
pages = {291--305}
    }

그러나 실행하면 PDFLaTeX다음 오류가 발생합니다.

error: line 0 : Argument of \@@cite has an extra }

Zotero 소프트웨어를 사용하여 파일을 생성합니다 references.bib. 최근에 패키지 스타일을 apacite. 이전에는 내가 사용했고 \bibliographystyle{plain}참조가 원하는 대로 생성되었습니다. 그러나 이제 나는 이 장애물에 부딪혔습니다.

나는 이제 왜 이런 일이 일어나는지 알 수 없습니다. 어떤 도움이라도 대단히 감사하겠습니다!

관련 정보