I have a strange problem. I'm running latest MacTeX on Mountain Lion 10.8.2. When I compose an article using revtex4-1 with prl as document class option, it doesn't display my email address while if I change prl to pre, it shows my email address. Does anyone has any idea, why this strange behaviour is occurring and how can I fix this. I'm pasting a snippet of the document preamble below
\documentclass[aps,prl,preprint,showpacs,amsmath]{revtex4-1}
\usepackage{graphicx}
\usepackage{bm}
\usepackage{multibib}
\usepackage{hyperref}
\begin{document}
\author{xyz}\email{xyz@xyz.com}
\title{Test}
\maketitle
\end{document}
revtex4-1. If you add the command\listfilesto your document preamble, the versions of all packages are exported to the log file. Myrevtex4-1version is4.1r. – Benedikt Bauer Feb 21 at 21:48prloption, notpreas in your edit; using the former, the email won't show. – Gonzalo Medina Feb 22 at 2:04prloption. I added\listoffilecommands and the log file says that I have4.1rtoo. I compiled on my Mint distribution same file and it I could reproduce the same problem there as well. I don't understand what is the going on. – user2047050 Feb 22 at 9:45\usepackage{multibib}did the trick. – user2047050 Feb 22 at 10:19