My problem is with getting my references to compile.
I'm running TEXWorks and JabRef on a pc.
I got a new computer and re-installed LaTex and JabRef. All of my old documents have no problems. My new documents get question marks-- even when I simply copy and paste an old document into the exact same folder.
I believe this is not a code problem, however I'm including an example just in case. I'm sorry that it's probably not a very good "minimal working example." I'm not a very confident LaTex user, so I have never been able to keep track of what's necessary or not.
Thanks in advance,
-catherine
Code: Select all
\documentclass[12pt]{article}
\usepackage[left=2.5cm,top=2.5cm,bottom=2.5cm,right=2.5cm,nofoot]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{\bfseries LING 590 Final Paper}
\lfoot{}
\cfoot{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\markright{Catherine}
\usepackage{url}
\usepackage{apacite}
\usepackage[english]{babel}
\usepackage{setspace}
\usepackage{covington}
\begin{document}
\thispagestyle{empty}
\noindent Final Paper\\
\cite{Czaykowska09}
\newpage
\bibliographystyle{apacite}
\bibliography{LING590FinalPaperReferences}
\end{document}