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

11
votes
1answer
935 views

Is biblatex compatible with RevTeX?

biblatex seems to be not compatible with RevTeX. As RevTeX automatically loads natbib, I load biblatex with the option natbib=true, but still LaTeX compiler complains that lot of commands are already ...
10
votes
1answer
11k views

Revtex 4.1 multiple affiliations

EDITED:11-23-2010 In case anyone stumbles upon this question and has a similar problem. The Ubuntu/Debian repositories have an old version of revtex that exhibit this bug. Until the repos are updated, ...
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 ...
8
votes
2answers
109 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} ...
8
votes
2answers
179 views

Revtex's tensor macro interferes with nested amsmath split and align environments

I've encountered a strange collision between RevTeX and AMSLaTeX. If I nest a split environment inside an align environment, it works as it should, but then the next time I use the RevTeX \tensor{} ...
7
votes
2answers
963 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 ...
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!
6
votes
1answer
6k views

One column equation in twocolumn document class

I am writing a paper (revtex4-1, reprint documentclass which I believe uses twocolumn) and need to have a long equation that needs to break the two column format. I've seen answers to this question ...
6
votes
5answers
4k views

Superscript citations without brackets with the `revtex4-1` document class

Is it possible to achieve citations that are superscript and don't have brackets using the revtex4-1 document class? An example of how they should look: Afirmation3,4
6
votes
1answer
320 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
2answers
279 views

Wrong cross-reference format for sections using revtex4-1

I am producing a document using the revtex4-1 document class, in which the sections should appear as, for example I.A.1. To achieve this, I've simply added the following lines to the preamble: ...
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
605 views

Revtex warning with bibtex

I get a warning every time I run bibtex on files using revtex4-1. The warning is Warning--jnrlst (dependency: not reversed) set 1 This even happens with files revtex supplies as examples, but I've ...
5
votes
1answer
818 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 ...
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
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
405 views

Changing “Contents” name in revtex4-1

I need to change the way "Contents" appears in \tableofcontents in a revtex4-1 document. Other answers indicate \renewcommand{\contentsname}{changes!}, however when I uncomment any of those in ...
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} ...
4
votes
1answer
356 views

Revtex4-1 and algorithm2e indentation clash

there seems to exists a clash between revtex4-1 and the algorithm2e package. Whenever I try to insert an algorithm block when using the revtex4-1 document class, the tabulation is not working ...
4
votes
1answer
602 views

REVTeX 4.1 + fixltx2e + includegraphics = doesn't work?

I use MacOSX Leopard and TeXShop. This piece of code works: \documentclass[preprint,floatfix]{revtex4-1} \usepackage{graphicx} \begin{document} \title{empty} \section{fixltx2e or REVTeX 4.1 problem ...
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 ...
4
votes
1answer
321 views

How can I change my Bibliography to enumerate the supplemental references like [S1], [S2],…,instead of [1],[2],

I'm writing a scientific paper, using \documentclass[aps,prl,...]{revtex4-1} with supplemental Material. The Supplemental Material is an extra tex file and I want that the references there to be ...
3
votes
1answer
1k views

How come Revtex says acknowledgements are obsolete?

Running revtex4-1 with the preamble: \documentclass[aps, pre, floatfix, reprint]{revtex4-1} and the section later: \begin{acknowledgements} The authors would like to thank Tex, LaTeX and Friends ...
3
votes
2answers
149 views

Modifying contents of maketitle

I am attempting to get a LaTeX style to match a journal's specification (PDF) I have used a revtex document style with a number of tweaks, and I've gotten things close the desired output, but I'm ...
3
votes
2answers
230 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 ...
3
votes
2answers
55 views

Warning Message

I was wonder why I receive the following message. Warning line 1 No Society specified, using generic APS style. Here is my code: \documentclass[apl, aps4, twocolumn, superscriptaddress]{revtex4} ...
3
votes
1answer
1k views

Use Revtex 4.1 in Lyx or simply on linux

I am new to latex under Linux and I recently installed LyX on an Ubuntu derivative and as we all know a lot of the provided templates don't work, one particular one that I am really interested in ...
3
votes
1answer
1k views

subfigures with revtex?

I'm writing an article using the revtex4 document class, but it appears to be incompatible with subfig (which also seems to be loading caption). How can I title some subfigures in my revtex4 document? ...
3
votes
1answer
744 views

Explicit line spacing in revtex 4

I am required to use 13pt line spacing for a report and want to use revtex 4 as document class. However, I am not able to set the line spacing explicitly.
3
votes
1answer
739 views

How can I unbalance double columns in revtex4?

It seems that revtex4 tries to automatically balance the lengths of the two columns on the last page of a double-column document. I would like to know how to turn this off. Unfortunately, all the ...
3
votes
3answers
51 views

REVTEX 4.1 and PeerX-Press LaTeX workflow

I am having trouble finding a practical workflow for REVTEX 4.1 documents to be uploaded using the AIP PeerX-press system. The PeerX system only accepts images in EPS and TIFF format. My native ...
3
votes
1answer
720 views

REVTeX affiliations without superscripts

I tried searching for this, but wasn't turning up anything. Maybe I missed something. I have multiple authors, all with the same affiliations. Is there a way I can get REVTeX to suppress ...
3
votes
2answers
230 views

using combine class with revtex4-1 - command \published already defined

I'm trying to combine (with combine class) many (about 100) TeX files to prepare a book of abstracts for a conference. They are written using revtex4-1 class. When I use this classes together ...
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
1answer
3k views

How to use REVTeX's ruledtabular in a normal document?

I would like to use the ruledtabular environment in a book I am currently writing. \begin{table} \caption{\label{tab:table1} ...} \begin{ruledtabular} \begin{tabular}{ccccc} ... \end{tabular} ...
3
votes
0answers
16 views

revtex incompatible with dblfloatfix?

This minimal example makes my latex/pdflatex from MiKTeX (or TeX Live of a colleague) crash: \documentclass{revtex4-1} \usepackage{dblfloatfix} \begin{document} Hello World! \begin{figure} ...
3
votes
0answers
84 views

Revtex4-1 with prl option doesn't show email address

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 ...
2
votes
3answers
254 views

I would like to borrow revtex's amazing footnote and bibtex macros

Anybody know how revtex accomplishes its amazing citation handling. For instance, if I have a list of references in natbib using any bibstyle it looks like this [1,2,3,4,5] or [2,4,5,3,1] depending ...
2
votes
4answers
373 views

Numbering sections

I want my sections, subsections and subsubsections in revtex to be marked by arabic numbers and 1.1., 1.1.1. etc. Instead I'm having roman numbers and letters. Can somebody help me?
2
votes
1answer
219 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?
2
votes
1answer
309 views

Can I include an article (revtex4) inside a book-class latex document?

I would like to include in an Appendix of my thesis some articles written, and I would like to do so in the original style which is revtex-prl. The thesis is written as a book. Can I actually do ...
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} ... ...
2
votes
1answer
101 views

REVTeX bibliography author initals

I am trying to get my bibliography in a REVTeX4.1 document to print out: Smith, PJ as the author instead of Peter John Smith (which of course is horrible if you're searching for ...
2
votes
1answer
378 views

How to get APS BibTeX style file to work

I just started to use BibTeX and have found it amazingly convenient. So far I have tried to use the style file h-physrev.bst from arXiv, and copied the BibTeX information directly from the site of ...
2
votes
1answer
83 views

Numbering in revtex4

I use revtex for my paper, and the sections are numbered as I. II. (roman), but when I use \numberwithin{equation}{section}, I get sth like (I.1), but I'd like it to be like (1.1), I looked around but ...
2
votes
1answer
488 views

\tableofcontents and multiple files from \include

I am trying to compile a table of contents with \tableofcontents{} from multiple files I have included (with \include, i.e. chapters). What do I need to do to get the chapters included in the table ...
2
votes
1answer
654 views

How is the longbibliography option used in revtex?

I would like my bibliography to display article titles. The documentation says to use the longbibliography option, but it won't compile, so obviously I am doing something wrong. My doc looks like ...
2
votes
1answer
45 views

Is it possible to apply commands to specific pages (the first page)

Tricky question (for me at least!) I am using revtex which allows you to switch between a one and two column environment using the \onecolumngrid and \twocolumngrid commands. I would like my first ...
2
votes
2answers
317 views

Can't list bilibliography in order cited using ReVTeX 4.1

The journal I am submitting to requires the bibliography be listed in the order cited in the text. How can I do this with ReVTeX? I have tried different journal styles but can't get it to work. ...
2
votes
1answer
153 views

\newpage stays in right column

I am using RevTEX 4.1 with the following parameters: \documentclass[aps,prb,reprint]{revtex4-1} This gives a two-column layout with a balanced two-column bibliography at the end. I would like to ...

1 2