I am using TeX Live 2009/Debian on Ubuntu 10.04 with the following commands:
Code: Select all
\documentclass[aps,prb,superscriptaddress,twocolumn,showpacs]{revtex4-1}
\author{Author1}
\affiliation{aff1}
\author{Author2}
\affiliation{aff2}
\author{Author3}
\affiliation{aff1}
\author{Author4}
\affiliation{aff1}
Author1,^1 Author2,^2 Author3,^2 and Author4^2
^1 aff1
^2 aff2
As you can see Author 3 and 4 have the wrong affiliation, they should be with aff1.
Help? Thank you in advance.