Just making my first foray into APA style, with 6th edition, using Bibtex to handle the bibliography function.
Pretty sure I have everything right, with:
Code: Select all
\documentclass[a4paper]{apa6e}
\usepackage{apacite}
\bibliographystyle{apacite}
\title{}
\shorttitle{}
\author{}
\authornote{}
\abstract{}
\begin{document}
\maketitle
... in the preamble, and:
\bibliography{Laing}
\end{document}
Laing.bib
, and in the same folder as the document.All I can get when I place
\cite{refkey}
into the text body, however, is (?, ?).So, there's a communication breakdown somewhere. After some time of working at it, I can't work it out however.
All packages are installed in a Texlive installation, on Debian, using TexMaker as an editor. I thought I might have been creating bib entries incorrectly, so downloaded JabRef, and even used the automagic refkey selection with that with the same result, so there's a missing step somewhere.
Any time and trouble appreaciated.