I'm writing a resume using res.cls. I'd really like to use bibtex to insert and format my publications section. I've tried:
Code: Select all
\documentclass[line, margin]{res}
\begin{document}
\begin{resume}
%Other resume stuff
\section{PUBLICATIONS}
\nocite{*}
\bibliographystyle{apa}
\bibliography{publications}
\end{resume}
Citation `publication' undefined on input line 90. (As well as no change in the output)
Is this just impossible? Should I give up and type them in by hand?
Thanks