I am writing my thesis and need to do this with apa citation style.
I used the following code in my main document:
\usepackage[backend=biber,style=apa,sorting=none,natbib=true]{biblatex}
\addbibresource{library.bib}
\usepackage[autostyle=true]{csquotes}
and in the end of my main document..
\printbibliography[heading=bibintoc,[title={References}]
However I always get this error:
"Undefined control sequence. \printbibliography[heading=bibintoc,[title={References}]"
Furthermore in my references table, I get (yearmonthday) instead of (2015)e.g. and the references are not alphabetically sorted.
\DeclareLanguageMappingfor your language (i.e. the language set as main language inbabel:\DeclareLangugaMapping{american}{american-apa}), see problems using apa6e with biblatex-apa. – moewe Jan 29 '17 at 18:14\printbibliography. Presumably, you want\printbibliography[heading=bibintoc,title=References]The curly brackets aroundReferencesare fine, but the opening square bracket beforetitleis not. @moewe Shouldcsquotesbe loaded beforebiblatex? I always load it first, but I don't know if that's required. – cfr Jan 29 '17 at 19:24\DeclareLanguageMappingetc.). Please show us the error/waning messages you receive, the.blgfile and describe what is wrong with the output. – moewe Feb 03 '17 at 12:52