使用 {apacite} 包和 Frontiers in Psychology 模板

使用 {apacite} 包和 Frontiers in Psychology 模板

我想在 Frontiers in Psychology 论文中使用 APA 样式格式来引用参考文献。不幸的是,当我尝试使用该apacite包时,我收到了多条错误消息。如何才能结合 Frontiers 模板为我的参考文献列表最好地实现 APA 样式格式?

答案1

你不需要使用apacite上面的包frontiersSCNS。从 下载该套件 https://www.frontiersin.org/design/zip/Frontiers_LaTeX_Templates.zip

编译frontiers.tex + bibtex + 编译两次,参考文献将出现在您的文档中。

包含的示例 .bib 文件是test.bib

对于科学、工程和人文社会科学文章使用 \bibliographystyle{frontiersinSCNS_ENG_HUMS} 此格式。

用于\citep{<xx>}文内引用,例如

For Original Research Articles \citep{conference}, Clinical Trial Articles \citep{article},
and Technology Reports \citep{patent}, 
the introduction should be succinct, with no subheadings \citep{book}. 
For Case Reports the Introduction should
include symptoms at presentation \citep{chapter},
physical exams and lab results \citep{dataset}.

A

相关内容