TransWikia.com

Bibliography in APA style problems

TeX - LaTeX Asked by Jelmer Visser on December 19, 2020

While writing my proposal, I am struggling with setting my bibliography to APA-format. Currently, I use the following code:

Font

documentclass[onecolumn, 9pt, a4 paper]{proposal}
%usepackage[english]{babel}   
%usepackage{fontspec}
% PAGE MARGINS
usepackage[top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm]{geometry}

% FONT (similar to Verdana)
usepackage[lf]{berenis}
renewcommand*familydefault{sfdefault} 
usepackage[T1]{fontenc}



%graphs
usepackage{graphicx}
graphicspath{figs}

%bibliography
usepackage[backend=biber, style=numeric, citestyle=apa ]{biblatex}
addbibresource{sample.bib}

Does someone see the error?

One Answer

The problem is the 'mixed' style setup in

usepackage[backend=biber, style=numeric, citestyle=apa ]{biblatex}

That line effectively requests a numeric bibliography style but APA citations. That doesn't work particularly well (because biblatex-apa effectively assumes it is used as both bibliography and citation style, but even if it didn't do that, the result would still be odd).

For proper APA style you probably want a biblatex setup like

documentclass[american]{article}
usepackage[T1]{fontenc}
usepackage{babel}
usepackage{csquotes}

usepackage[backend=biber, style=apa]{biblatex}

addbibresource{biblatex-examples.bib}

begin{document}
Lorem autocite{sigfridsson}

printbibliography
end{document}

APA style citations.

Answered by moewe on December 19, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP