I would like my bibliography to display article titles. The documentation says to use the longbibliography option, but it won't compile, so obviously I am doing something wrong.
My doc looks like this:
\documentclass[prl,twocolumn,10pt,aps]{revtex4-1}
\usepackage{amssymb}
\usepackage{amsmath}
\begin{document}
...bla bla bla
\bibliography{rextextext}
\end{document}
Changing \bibliography to \longbibliography fails. Am I putting this in the wrong place?