Hy everyone!
Im currently using biblatex with style=authoryear. When i quote with \parencite it looks quite similar than apa. But not exactly. There is still a coma between the author and the year i need to get rid of: (Hemingway, 1980, 45) --> (Hemingway 1980, 45). I tried style=apa but i get Errors. What am I doing wrong? Thanks a lot!
\documentclass[11pt, oneside]{report}
\usepackage[ngerman]{babel}
\DeclareLanguageMapping{ngerman}{ngerman-apa}
\usepackage{acronym}
\usepackage{amssymb}
\usepackage[utf8]{inputenc}
\usepackage{chngcntr}
\usepackage[style=apa]{biblatex}
\usepackage{nameref}
\DeclareLanguageMapping{ngerman}{ngerman-apa}
\addbibresource{refrences3.bib}
\renewcommand*{\nameyeardelim}{\addcomma\space}
\renewcommand*{\mkbibnamelast}[1]{\textsc{#1}}
\begin{document}
Text text text text \parencite[S. 265]{Diepen}
\newpage \defbibheading{bibliography}{%
\chapter*{Literaturverzeichnis}}
\printbibliography \setlength{\bibitemsep}{\baselineskip}
\end{document}
Some of the errors i get when i change style=apa:
\iffieldundef {endyear}{...
l.745 \setlength
{\bibitemsep}{\baselineskip}
./Introduction.tex:745: Undefined control sequence.
<argument> \mkbibdateapalongextra
{year}{month}{day}
Package biblatex Warning: Bibliography string 'retrieved' undefined
(biblatex) at entry 'Byrum' on input line 744.
\DeclareLanguageMapping{ngerman}{ngerman-apa}, – Ulrike Fischer Nov 03 '15 at 11:57\DeclareLanguageMappingbefore loading biblatex? Didn't you see that this gives an! Undefined control sequence.error straightaway? – Ulrike Fischer Nov 03 '15 at 12:33\nameyeardelim" could mean?\renewcommand*{\nameyeardelim}{\addspace}. – Ulrike Fischer Nov 03 '15 at 13:22