1
vote
0answers
26 views

Multiple footnotes break revtex4-1

I am observing the same behavior that occurred in a previous question. However, I have been able to figure out what is the problem: basically, using multiple footnotes causes the () to appear. For ...
0
votes
0answers
63 views

Extra () appearing in bibliography for footnote using revtex4-1 [closed]

I am using revtex4-1 to format a paper for submission to PRL. In the text I have lines like: \footnote{{A} footnote.} This shows up correctly in the bibliography, but with an extra () in front: ...
1
vote
1answer
105 views

Shared author footnotes in REVTeX

REVTeX automatically combines \email and \thanks macros into a single footnote, and uses the same footnote if multiple authors share the exact same set of macros. Is there any way to force the \email ...
8
votes
2answers
105 views

Revtex - using math in footnote

How one can use mathematics in footnote using ReVteX? I have a particular problem with \rangle Minimal Example: \documentclass[aps,amsmath,amssymb, prl]{revtex4-1} \begin{document} ...
2
votes
1answer
208 views

Footnote in revtex4

Can somebody explain to me how to make a footnote in revtex4, so that it is placed on the same page as text and not in the bibliography?
1
vote
0answers
191 views

Footnote Labels [closed]

I am new to using LaTeX/TeX (not sure what the difference is) and I am trying to add a footnote. The actual footnote appears alright with a number [1] in front of the text of the footnote itself. ...
2
votes
1answer
1k views

Simple Author, affiliation and email example fails in RevTex4-1

I can't get the following simple author / email / affiliation code to function perfectly in a document for Journal of Mathematical Physics (JMP): \documentclass[aip,jmp,preprint]{revtex4-1} ... ...
5
votes
1answer
2k views

Problems typesetting footnotes with RevTeX 4-1

The RevTeX classes, for some of the APS journals, typeset all footnotes in the bibliography (as endnotes). Although it works perfectly if I try with RevTeX4, I consistently have problems doing this ...
4
votes
1answer
1k views

Strange behavior of \footnotemark/\footnotetext in revtex4-1

I've been writing using the class revtex4-1 (for the APS journals...) and have come across the following: When using footnotemark and footnotetext they each advance the footnote counter rather than ...