The most common (and preferred) type of displayed equation in Physical Review is a narrow, single-line equation, with an equation number on the same line. Try to set as many equations as you can in this way.
Equations are now normally set centered in the column width for APS style
with REVTeX . Setting the equation number is taken care of by
REVTeX ---the number will be set below the equation if necessary.
Breaking the equation into multiline format may be necessary for very long
equations. The eqnarray
environment is used for this purpose.
Break at a sign of relation or an operator sign; the sign (e.g., =, +,
) begins the next line of the equation. Specify the proper
(leftmost) alignment of the line following a break (using
&&
). A
multiline equation centers as a unit. Use a separate equation
or
eqnarray
environment (\begin{#1}
-\end{#1}
command
pair) for each single-line equation or multiline equation. Short
displayed equations that can appear together on a single line may be placed
in one equation environment.
If an equation needs to be broken into more than four lines, it should be
set in a wide column for ease of reading, using the \widetext
command. The author should return to \narrowtext
as soon as possible
after one or more very long equations, but short pieces of narrow text
and/or math between nearly contiguous wide sections should be left wide and
incorporated into the surrounding wide sections.
In apssamp.tex, we have illustrated how to obtain each of the above.