I am experiencing some issues with the formatting of the citations:
Related code to the References in the Preamble:
\documentclass[ 11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline,oneside, chapterinoneline, reqno, a4paper, toctotoc, ]{MastersDoctoralThesis} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{xpatch} \usepackage{amsthm, amsmath, amssymb, amsfonts, exscale, latexsym, float, eucal, mathtools} \usepackage{booktabs, threeparttable, adjustbox, textcomp, mathpazo, lipsum} \usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography \usepackage[backend=biber,style=apa, natbib=true]{biblatex} \DeclareLanguageMapping{english}{english-apa} \addbibresource{References.bib} \printbibliography[heading=bibintoc, title={References}]
For example, if I want the citation to have the following forms:
(1) X and Y (YEAR, p. Z)
(2) ..... (YEAR, p. Z)
However, how does one achieve this? The result in latex is X and Y, YEAR, p. Z; without the round brackets. A citation without author and just the year and the page seems even more complicated to achieve.
Looking forward to the replies.