Use this APS Journal guide to prepare a clean, submission-ready manuscript. Export in Word or LaTeX. Covers article structure, formatting tips, FAQs, and final checks.
4.2
Authored by Sumalatha Gangadhar | Published on 20 Apr, 2026
The APS Journal Template is the REVTeX system the American Physical Society uses for submissions to Physical Review Letters, Reviews of Modern Physics, Physical Review A through E, Physical Review X, Physical Review Applied, Physical Review Fluids, Physical Review Materials, Physical Review Accelerators and Beams, and Physical Review Physics Education Research. The REVTeX home page is the authoritative starting point for the latest release and sample files.
The APS Journal Template is not a single Word or LaTeX file but a LaTeX macro package: REVTeX. REVTeX supplies \documentclass[...]{revtex4-2}, the class options that control layout, and markup macros for title, authors, affiliations, abstract, PACS codes, sectioning, equations, figures, tables, and references. Authors use preprint, reprint, or twocolumn to switch between review-ready and journal-approximate layouts, and the setup details live in the REVTeX FAQ.
\documentclass[aps,pra,reprint,amsmath,amssymb]{revtex4-2} (or a similar option set)\title{...}, \author{...}, \affiliation{...}, \email{...}, \thanks{...}\begin{abstract} ... \end{abstract}\pacs{...} for PACS codes where the target journal still uses them\section, \subsection, \subsubsection plus figure, table, equation environmentsapsrev4-2.bst) or the inline thebibliography environment\begin{acknowledgments}amsmath, amssymb, and bm for equations and symbols\cite{key} and compile through BibTeX using apsrev4-2.bst for APS journalsThe REVTeX 4.2 package includes revtex4-2.cls, APS and AIP substyles, sample files (for example, apssamp.tex), the APS bibliography style (apsrev4-2.bst), and two canonical PDFs that authors keep open while writing. Policy and submission-workflow questions that are not REVTeX-specific are answered by the APS Submission FAQ.
This keeps REVTeX mechanics on Scispace Agent's side so you can focus on the physics narrative and numerical results.
| Element | Purpose |
|---|---|
\documentclass[aps,prX,reprint,...]{revtex4-2} | Selects APS journal style and layout |
| REVTeX title block macros | Correct APS front matter without manual centering |
| Abstract + PACS | Summarizes paper and aids classification |
| Body sectioning | Uses REVTeX-aware section levels |
| Math (amsmath, bm) | APS-compliant equation handling |
| Figures/tables | Use graphicx and APS rule conventions |
BibTeX + apsrev4-2.bst | Produces canonical APS references |
| Submission policies | Enforced at the editorial-office level |
preprint during writing; switch to reprint/twocolumn only if the journal accepts two-column submissions\eqref{eq:name} for equation references to match APS stylebm for bold vectors/matrices rather than \mathbf for better APS rendering\author{} \affiliation{} pair so REVTeX can group affiliations correctlyREVTeX is the APS Journal Template. Write in preprint mode for drafting, use REVTeX macros for the front matter, rely on amsmath/amssymb/bm for equations, manage references with apsrev4-2.bst, and confirm letter-size output. When REVTeX throws errors, the FAQ and the author's guide resolve most issues before you need to contact revtex@aps.org.