I am trying to do my bibliography in APA style in the MastersDoctoralThesis Template of Overleaf.
Unfortunately, only this code works:
Code: Select all
\usepackage[backend=bibtex,style=authoryear]{biblatex}
\addbibresource{example.bib, Mendeley.bib}
Code: Select all
\usepackage[backend=bibter,style=apa]{biblatex}
\addbibresource{example.bib, Mendeley.bib}
Code: Select all
./main.tex:
LaTeX Warning: Unused global option(s):
[onehalfspacingheadsepline].
(no line number):
[0] Config.pm:343> INFO - This is Biber 2.5
[0] Config.pm:346> INFO - Logfile is 'main.blg'
[143] biber:290> INFO - === Sat Sep 29, 2018, 11:14:58
[417] Biber.pm:352> INFO - Reading 'main.bcf'
[756] Biber.pm:777> INFO - Found 107 citekeys in bib section 0
[780] Biber.pm:3494> INFO - Processing section 0
[802] Biber.pm:3658> INFO - Looking for bibtex format file 'example.bib, Mendeley.bib' for section 0
[918] Utils.pm:165> ERROR - Cannot find 'example.bib, Mendeley.bib'!
[919] Biber.pm:113> INFO - ERRORS: 1
./Chapters/Chapter1.tex:5:
LaTeX Warning: Citation 'ANSI2013' on page 1 undefined on input line 5.
LaTeX Warning: Citation 'hargreaves2002musical' on page 1 undefined on input li
ne 5.
LaTeX Warning: Citation 'li2003comparative' on page 1 undefined on input line 5
.
./Chapters/Chapter1.tex:9:
LaTeX Warning: Citation 'Shepard1962TheI.' on page 1 undefined on input line 9.
LaTeX Warning: Citation 'tversky1977features' on page 1 undefined on input line
9.
LaTeX Warning: Citation 'gentner1997structure' on page 1 undefined on input lin
e 9.
LaTeX Warning: Citation 'Kriegeskorte2012InverseArrangements' on page 1 undefin
ed on input line 9.
./Chapters/Chapter1.tex:10:
LaTeX Warning: Citation 'Kriegeskorte2008RepresentationalNeuroscience' on page
1 undefined on input line 10.
./Chapters/Chapter1.tex:12:
LaTeX Warning: Citation 'hargreaves2002musical' on page 1 undefined on input li
ne 12.
Can anyone help me with this?
That would be really great.