Being somewhat pressed for time, I am confused on how to set up the correct environment for APA-citing. Current preamble:
Code: Select all
\documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline,oneside,
chapterinoneline, reqno, a4paper
%consistentlayout, change the layout of the declaration, abstract and acknowledgements pages to match the default layout
]{MastersDoctoralThesis}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsthm, amsmath, amssymb, amsfonts, exscale, latexsym, float, eucal, mathtools}
\usepackage{booktabs, floatrow, threeparttable, adjustbox, textcomp, mathpazo, lipsum}
\usepackage[backend=bibtex, style=apa, natbib=true]{biblatex}
\DeclareLanguageMapping{american}{american-apa}
\usepackage[autostyle=true]{csquotes}
\addbibresource{References.bib}
\printbibliography[heading=bibintoc, title={References}]
1. ''X and Y'' (YEAR, pages) state that ...''
2. ".... (X, et. al. YEAR, PAGES)"
With a nice cross-reference link to the appropriate paper in the references section.
Thanks!