Revtex (latest version 4.1) is a document class and a set of packages designed for the preparations of manuscripts to the journals of the American Physical Society (APS) and American Institute of Physics (AIP). Home page: https://authors.aps.org/revtex4/ .

learn more… | top users | synonyms

7
votes
2answers
969 views

List of Figures/Tables - eliminate dots?

I need to eliminate the dots that appear in \listoffigures and \listoftables results - is there an easy way to do that? EDIT: I think I need to actually eliminate the dots. Modifying @dotsep via ...
9
votes
1answer
1k views

Is it possible to load biblatex with a class that has already loaded natbib?

A while ago I asked a meta question on how big a question can be. I was wondering in particular about breaking open REVTeX and reorganising the goo within to replace the natbib bits with bits that ...
7
votes
2answers
5k views

Revtex 4.1 bibliography style in other classes

I'd like to know if someone ported the bibliography styles used in revtex 4.1 (like apsrev4-1.bst) so they can be used in other classes, like book. Thanks in advance!
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} ... ...
4
votes
2answers
213 views

How can Acrobat features be controlled from within LaTeX?

I needed to install the package xpatch which fixes a glitch in revtex4 regarding cross-referencing. However, now, every time I compile a LaTeX file the produced PDF document has the annoying sideband ...
4
votes
1answer
2k views

single-column revtex4-1 adds a page break after the title section

Using revtex4-1 in single-column mode produces a page break after the abstract. This is not the behavior with revtex4. The minimal example is really simple: \documentclass{revtex4-1} ...
6
votes
1answer
321 views

\nameref only shows reference as a red rectangle, no name in it

I'm trying to use \usepackage{hyperref} to reference in the text a section by name. The section to be referenced is \section{whatever}\label{sec:marker} However, when I place in the text ...
5
votes
1answer
221 views

How to retain the double-column formatting of the previous page after \clearpage?

I'd like to have some additional material after a paper, starting on a new page. For this purpose I'm using \clearpage or \cleardoublepage (\newpage doesn't work the way I want). Unfortunately, while ...
5
votes
1answer
826 views

Problem with \tableofcontents in revtex4-1

While I was answering List of Figures/Tables - eliminate dots? I found some strange behaviour; this document: \documentclass[aps,pra,reprint]{revtex4-1} \begin{document} \listoffigures ...
3
votes
2answers
2k views

REVTeX4-1 biblography problems

My co-author and me have decided to send a paper to the Journal of Mathematical Physics which is a publication of American Institute of Physics. Being a junior co-author I got the dirty job of ...
3
votes
2answers
231 views

Cross-referencing within text

Is there a way to reference a place in the text using \hyperref, instead of using \nameref to reference the section that portion of text belongs to? Probably a WME will help in getting my point ...
2
votes
1answer
946 views

Sorting references in revtex4-1 by order of appearance?

When preparing an article using the revtex4-1 LaTeX package, how can I ensure that the references appear in the order that they appear in the text of the document? I've seen answers like Bibliography ...
1
vote
0answers
28 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
68 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: ...
0
votes
0answers
167 views

Trouble generating bibliography in LaTeX using Revtex 4 [closed]

I have been searching the internet for a solution to this problem but to no avail. The problem itself is that when I compile my latex document using TeXMakerX pdfLaTex option, then bibTeX, then ...