【问题标题】:Change MastersDoctoralThesis template Latex to APA bibliography style将 MastersDoctoralThesis 模板 Latex 更改为 APA 参考书目样式
【发布时间】:2017-11-13 13:48:22
【问题描述】:

原来 MastersDoctoralThesis 模板中的参考书目代码是这样的: \usepackage[backend=bibtex, style=authoryear, natbib=true]{biblatex} \addbibresource{example.bib}

现在我想将其更改为 apa 引用样式。我尝试了几件事,例如: \usepackage[backend=biber, style=apa, autocite=inline]{biblatex} \addbibresource{example.bib}

新代码运行,但没有给我想要的结果(文本中的引用是粗体的,参考列表不再包括在内)。此外,它给了我以下信息:

This is BibTeX, Version 0.99d (TeX Live 2017)
The top-level auxiliary file: main.aux
A level-1 auxiliary file: Chapters/Chapter1.aux
A level-1 auxiliary file: Chapters/Chapter2.aux
A level-1 auxiliary file: Chapters/Chapter3.aux
A level-1 auxiliary file: Chapters/Chapter4.aux
A level-1 auxiliary file: Appendices/AppendixA.aux
I found no \citation commands---while reading file main.aux
I found no \bibdata command---while reading file main.aux
I found no \bibstyle command---while reading file main.aux
(There were 3 error messages)

谁能帮我找到在 MastersDoctoralThesis 模板中使用 apa 引用样式的解决方案?这对我有很大帮助!

【问题讨论】:

    标签: latex citations


    【解决方案1】:

    backend=biber 告诉包biblatex biber 将用于处理书目数据库。您必须在编辑器的首选项中更改它。

    https://tex.stackexchange.com/questions/154751/biblatex-with-biber-configuring-my-editor-to-avoid-undefined-citations

    你也可以看看https://github.com/johannesbottcher/MDT-Quick-Manual

    或者,尽管biber 具有更多功能,但仍使用 BibTeX 对参考文献进行排序。

    【讨论】:

      猜你喜欢
      • 2015-02-03
      • 2018-10-07
      • 1970-01-01
      • 2015-06-14
      • 2018-12-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多