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/ .
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
3
votes
3answers
52 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 ...
0
votes
0answers
32 views
Revtex and subfiles not working together
I am facing a problem with using subfiles and the revtex4 package simultaneously. Here is an example:
test-master.tex
\documentclass{revtex4}
\usepackage{subfiles}
\begin{document}
\subfile{test}
...
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}
...
1
vote
1answer
110 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 ...
0
votes
1answer
81 views
Incompatibility of package cases and class revtex4 using MikTex2.8 [closed]
I have found an incompatibility using the packages cases (for example the environment numcases) and the class revtex4, when compiling with MikTex2.8
1
vote
2answers
650 views
revtex4 left and right margins are not the same
I seem to have a problem with margins. I'm using revtex4 (4-1 messes up my references, but that's not the point).
The preambule is this:
\documentclass[twocolumn,prc,floats,amsmath,amssymb]{revtex4}
...
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:
...
1
vote
1answer
57 views
Creating title page in revtex with twocolumn layout
I'm trying to create a separate title page for a report in revtex. This works fine if I have single column layout however I want the report to be in two column format. When I have this even including ...
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 ...
3
votes
2answers
57 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}
...
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 ...
1
vote
0answers
84 views
\chapter command in Revtex 4.1
I'm currently writing my Bachelor's thesis in LaTeX using the RevTex 4.1 documentclass (revtex4-1 package). I am using this package because of the clear citation style and nice figure caption layout. ...
2
votes
1answer
155 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
vote
1answer
66 views
revtex4-1 and colortbl doesn't fill cells
The MWE below shows that the \cellcolor command doesn't properly fill a table cell in revtex4-1 where it would do so in a simple article. Can anyone help me get fills that extend to the boundaries of ...
2
votes
1answer
221 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
260 views
What's the least dangerous way to upgrade revtex and natbib on Ubuntu?
The version of revtex4-1 that ships with Ubuntu 12.04 LTS is buggy. The latest version of revtex requires the latest version of natbib, newer than what comes with Ubuntu. What's the correct way to ...
3
votes
0answers
86 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
1answer
390 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 ...
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 ...
11
votes
1answer
936 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 ...
8
votes
2answers
111 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
85 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
4answers
385 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?
1
vote
1answer
159 views
Revtex 4.1 using superscript and square bracket style of citation in the same article
I am preparing an manuscript for an AIP journal and using Revtex 4.1. By default AIP uses superscript citation style. However, sometimes I'd like to use square-bracket style in the text when ...
0
votes
0answers
12 views
I am using revtex for APS and the first author does not have an affiliation. How do I get it to not type a “1” after her name? [duplicate]
Possible Duplicate:
Simple Author, affiliation and email example fails in RevTex4-1
I am using revtex for APS and the first author does not have an affiliation. How do I get it to not type ...
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{} ...
2
votes
1answer
335 views
modification of Revtex 4.1 bibliography style [closed]
I'm using the book class along with apsrev4-1 bibliographystyle. Everything is fine except from the fact that I'd like titles of the papers that I cite to be visible (not a standard thing in apsrev4-1 ...
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!
1
vote
1answer
150 views
revtex-4.1 no bibliography
I have exactly the same problem as: Trouble generating bibliography in LaTeX using Revtex 4, but there is no solution ://
Does someone know how to solve it? My os is gentoo-linux, I have installed ...
0
votes
0answers
302 views
Undefined Control Sequence in bbl file: \href@noop? [closed]
I am trying to compile some BibTeX code, and am getting the following error:
! Undefined control sequence.
l.56 \bibnamefont {II}},\ }\href@noop
{} {\enquote ...
5
votes
1answer
608 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 ...
2
votes
1answer
149 views
Getting email address as endnote in LyX revtex document
I'm having trouble getting the author email address to appear as an endnote -- marked with a letter -- in a LyX revtex document. Instead, it's showing up as a footnote.
Here's a .lyx document and an ...
2
votes
1answer
136 views
automatic truncate author list in revtex4-1 [closed]
I have a problem about using revtex4-1. This version does not automatically truncate long author lists anymore. So I followed the instruction I found here, I made an new .bst file through makebst and ...
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 ...
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:
...
4
votes
1answer
359 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 ...
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. ...
4
votes
1answer
322 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 ...
0
votes
0answers
523 views
Problem in revtex while placing floats on the entire page [closed]
Ηey there,
I have a not so uncommon question, yet haven't found any answer that would work for me so far.
I am writing a two-column paper using revtex 4-1 and of course I face difficulties in ...
0
votes
0answers
166 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 ...
1
vote
1answer
686 views
Some styles work in Lyx's BibTeX Generated Bibliography, others don't
Some styles work correctly for Lyx's BibTeX Generated Bibliography, others give errors. For example, if I set the style to IEEEtran, then all is well. However, if I set it to apsrev, I get output ...
0
votes
1answer
344 views
REVTEX author affiliation
Good morning
I am triing to use RevTex to write an article to APS. I use this code for author affiliation.
\documentclass[aps]{revtex4-1}
\begin{document}
\title{A title}
\author{Author A}
...
0
votes
1answer
407 views
Error when using REVTeX 4.1
I've tried to upgrade to REVTeX 4.1 but am getting compile error even with the simplest document:
\documentclass{revtex4-1}
\filelist
\begin{document}
test
\end{document}
produces:
...snip...
! ...
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
...
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. ...
0
votes
0answers
104 views
Intermittent bug: Equation shifts to the left along with number [closed]
I have an issue with an equation in my latex intermittently shifting to the left. It is really sensitive to the layout of the page in general -- which means that I can't get a truly minimal working ...
7
votes
2answers
967 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
...
0
votes
0answers
1k views
A bug in revtex4-1 bibliography style [closed]
I'm using Revtex 4.1 bibliography style with other class, that is my preamble looks like
\documentclass{article} % or any other
\usepackage[sort&compress,numbers]{natbib}
\usepackage{doi}
...
