I want to write my next term paper using LaTeX, but referencing is preventing this from being a reality. I am running MiKTeX 2.9 and WinEdt 7.
A minimal working example:
Code: Select all
\documentclass[man]{apa6}
\usepackage[american]{babel}
\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
\DeclareLanguageMapping{american}{american-apa}
\addbibresource{bibliography}
\title{Title}
\author{Author}
\affiliation{Affiliation}
\leftheader{Left Header}
\abstract{Abstract}
\keywords{Keywords}
\begin{document}
\maketitle
Body of the text.
\nocite{*}
\printbibliography
\end{document}
Code: Select all
@ARTICLE{flett_interaction_1999,
author = {Flett, G L and Endler, N S and Fairlie, P},
title = {The interaction model of anxiety and the threat of Quebec's separation from Canada},
journal = {Journal of personality and social psychology},
year = {1999},
volume = {76},
pages = {143--150},
number = {1},
month = jan,
}
Thank you! I am absolutely in love with LaTeX's output, but this issue is preventing me from handing in these beautiful documents!