最初,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引用样式的溶剂吗?这对我有很大的帮助!
答案 0 :(得分:0)
通过backend=biber
,您告诉包biblatex
,biber
将用于处理参考书目数据库。您必须在编辑器的首选项中更改它。
您还可以查看https://github.com/johannesbottcher/MDT-Quick-Manual
或者,只需留下BibTeX来对引用进行排序,但biber
具有更多功能。