【发布时间】: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 引用样式的解决方案?这对我有很大帮助!
【问题讨论】: