I m trying to put this equation with the author tag (Oppenheimer & Volkoff 1939) but the tag is too large to fit in one line. how do I put the equation and then the tag on the right side fitting in one line ?
\frac {dP}{dr}=- \frac {(P+\rho c^2 )\nu '} {2} \tag {Oppenheimer & volkoff 1939}
\documentclass[12pt,a4paper]{article}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\begin {document}
\frac {dP}{dr}=\frac {-(P+\rho c^2 )\nu '} {2} \tag {Oppenheimer \& Volkoff 1939
\end{document}
and it's simply not working.


\documentclass{}and ending at\end{document}? – Aug 05 '14 at 06:27\tag{Oppenheimer \& Volkoff 1939}, as the simple&is an error when a literal ampersand is wanted. – egreg Aug 05 '14 at 09:58