Instructions For The Preparation of A Manuscript For The Journal of The Physical Society of Japan
Instructions For The Preparation of A Manuscript For The Journal of The Physical Society of Japan
Instructions For The Preparation of A Manuscript For The Journal of The Physical Society of Japan
2>
Full Paper
This document explains how to prepare manuscripts for the Journal of the Physical Society
of Japan using the LATEX 2 class file jpsj2.cls.
KEYWORDS: LATEX 2 , amsmath.sty, graphicx.sty, EPS, PDF
1. Introduction
LATEX 2 has recently replaced the old version of LATEX 2.09. In order to use more convenient macros provided as the standard LATEX 2 distribution, we have prepared a LATEX 2
class file, jpsj2.cls, for the Journal of the Physical Society of Japan (JPSJ), which is based
on the former LATEX style file, jpsj.sty.
The basic usage of this class file is the same as that with jpsj.sty. Please note that we
continue to accept LATEX 2.09-based manuscripts as well.
For basic usage of LATEX 2 , the standard reference will help you.1)
2. Changes
2.1 Discarded
Since jpsj2.cls is designed only for submission to JPSJ, we have discarded (1) full
environment, (2) short option and (3) preprint option.
2.2 Font selection
A major dierence between LATEX 2 and LATEX2.09 is the mechanism of font selection
(see Table I). We recommend that authors use the new commands although jpsj2.cls is
compatible with the old commands.
2.3 Class options
The following is a list of class options.
[letter] for letter papers
[shortnote] for short notes
[comment] for comments
1/5
Full Paper
Table I.
New
Old
Output
\textbf{boldface}
{\bf boldface}
boldface
\textit{italic}
{\it italic}
italic
\textsf{sans serif}
sans serif
\textsc{Small Capital}
Small Cap
\emph{emphasis}
{\em emphasis}
emphasis
\mathcal{CALLIGRAPHY}
{\cal CALLIGRAPHY}
CALLIGRAPHY
\mib{math bolditalic}*
math bolditalic
*prepared by JPSJ
[addenda] for addenda
[errata] for errata
[twocolumn] for twocolumn typesetting
[letterpaper] for printing on letter-size papers (not valid in combination with the twocolumn option)
3. AMSMATH Package
The standard LATEX 2 distribution contains the amsmath package. jpsj2.cls automatically loads so that authors can use numerous convenient environments/commands for math
equations.
In LATEX 2.09, we have used the eqnarray environment in order to typeset aligned equations. However, we have had diculty when we want more complicated alignment.
The following is a list of typical environments/commands of the amsmath package.
Please refer to the appropriate references for details.2, 3)
3.1 Multiple line equations
(1) align replaces the eqnarray environment.
\begin{align}
m_{x} &= \frac{\sqrt{3}}{2} (S_{b} - S_{c}), \\
m_{y} &= \frac{3}{2}S_{a} - \frac{1}{2}.
\end{align}
3
(Sb Sc ),
2
3
1
my = Sa .
2
2
mx =
2/5
(1)
(2)
Full Paper
3
(Sb Sc ),
2
1
3
= Sa .
2
2
mx =
(3)
A+B+C +D+E +F
= G+H +I +J +K
L + M + N + O + Q + R + S (4)
(4) Subequations can be typeset in the same way as in jpsj.sty; however, the subeqnarray
has been discarded. If you want to obtain a subequation array,
\begin{subequations}
\begin{align}
a &= \frac{b}{c} \\
d &= \frac{e}{f}
\end{align}
\end{subequations}
b
c
e
d=
f
a=
3/5
(5a)
(5b)
Full Paper
Fig. 1.
3.2 Matrices
You can typeset matrices much more easily with plain TEX-like environments such as
matrix, pmatrix, bmatrix and vmaatrix.
4. Embedding Figures
jpsj2.cls automatically loads the graphicx package so that you embed EPS files into
the document (we accept only EPS) as shown in Fig. 1. Although the command epsfigure
still remains, we recommend using an ordinary command, \includegraphics instead.
5. Comments
If you have trouble or find a bug, please e-mail the Online-Journal Subcommittee of
JPSJ.4) Your comments on this class file will be welcome.
4/5
Full Paper
References
1) L. Lamport: LATEX: A Document Preparation System (Addison-Wesley, Reading, 1994) 2nd ed.,
Translation by H. Abe (Pearson Education, Tokyo, 1999) [in Japanese].
2) M. Goossens, F. Mettelbach and A. Samarin: The LATEX Companion (Addison-Wesley, Reading,
1994) Translation by ASCCII Corp. (ASCII, Tokyo, 1998) p. 257 [in Japanese].
3) A. Diller: LATEX Line by Line (John Wiley & Sons, Chichester, 1999) 2nd ed., p. 129.
4) E-mail address is jpsj-online@jps.or.jp
5/5