I am using res.cls and commented out \nofiles. However when I use BibTeX for my publication list, I get this random * above the references. How do I remove this *?
\documentclass{res}
\renewcommand{\refname}{}
\begin{document}
\begin{resume}
\section{\centerline{ \underline{SELECTED PUBLICATIONS}}}
\nocite{*}
\bibliography{myPublications}
\bibliographystyle{aiaa}
\end{resume}
\end{document}
res.clsuses\nofilesI wonder how are you producing your bibliography... – Gonzalo Medina Sep 13 '11 at 16:34\nofilesout – Elpezmuerto Sep 13 '11 at 16:39\nocitecommand being misinterpreted. Does it happen when you use a different documentclass, like article? If you remove the\nocitecommand entirely, does the bibliography disappear? – Mike Renfro Sep 13 '11 at 16:48\nocitecommand being misiterpreted. See my answer. – Gonzalo Medina Sep 13 '11 at 16:54