Publ. Astron. Soc.
Japan (2014) 00(0), 1–5 1
doi: 10.1093/pasj/xxx000
Usage of pasj01.cls
PASJ Editorial Office
Astronomical Society of Japan, c/o National Astoronomical Observatory of Japan, 2-21-1
Osawa, Mitaka, Tokyo 181-8588, Japan
∗ E-mail: ***@***.***.***
Received hreception datei; Accepted hacception datei
Abstract
In this document (pasj.tex), we provide a brief explanation about pasj01.cls, the current
version of PASJ’s document class for authors. The class file, pasj01.cls, is prepared so that
authors can typeset/preview articles for PASJ under the standard LATEX 2ε system. Note that it
is assumed that authors are used to writing documents in LATEX style; that is, this manual shows
only the differences of functions provided by pasj01.cls and those in the standard LATEX 2ε .
Here, we use the phrase “standard LATEX” for “LATEX 2ε without any optional package.” The old
system, LATEX2.09, is no longer supported.
Key words: key word1 — key word2 — . . . — key wordn
1 Overview a brief note for an acknowledgment, if any.
\end{ack}
When pasj01.cls is applied to an article for PASJ, the article
should be prepared in the standard LATEX 2ε style with slight
\begin{thebibliography}{}%%% references
modifications. That is, a manuscript has the following structure:
\bibitem[label]{key} reference entry
...
\documentclass{pasj01} \end{thebibliography}
\draft \end{document}
\begin{document}
The cross-reference system of LATEX is also available without
\title{title of the article} restriction. If the graphicx package is available, figures in eps
\author{list of authors} format can be embedded via the usual figure environment (see
\altaffiltext{}{the authors’ affiliation} section 6).
%%% some other commands Important Notice: The class file pasj01.cls uses the
\KeyWords{} Times and Helvetica families for its default typeface, which is
different from the current default typeface of the journal. That
\maketitle is, authors cannot obtain an identical image with the published
article unless the class file is not changed or replaced.
\begin{abstract}
abstract of the article
2 Class options
\end{abstract}
The class file pasj01.cls admits the following options:
\section{First section} • draft: produce “overfull rules” (i.e., Black boxes will ap-
%%% contents pear everywhere “overfull \hbox” is occurred.)
• final: hide “overfull rules”
\begin{ack} • onecolumn: use one-column format
c 2014. Astronomical Society of Japan.
2 Publications of the Astronomical Society of Japan, (2014), Vol. 00, No. 0
• twocolumn: use two-column format dard LATEX, we leave the explanation about \label and \ref to
• proof: typeset in draft-style for a submission adequate instructions of LATEX.
• useamsfonts: enable to use symbols defined in For in-text citations, pasj01.cls provides the system of
amssymb.sty \cite and a “thebibliography” environment, as in the case of
• mfastrosym: enable to use the font “astrosym” many other class files of LATEX. The syntax of the “thebibliog-
Note that the mfastrosym option requires that the font “as- raphy” environment provided by pasj01.cls is as follows:
trosym” (by Peter Schmitt) be properly installed in the TEX sys-
\begin{thebibliography}{}
tem.
\bibitem[label 1 ]{key 1 } entry 1
\bibitem[label 2 ]{key 2 } entry 2
3 Preamble commands ...
\bibitem[label n ]{key n } entry n
To produce the title page, each article should contain the fol- \end{thebibliography}
lowing five items:
1. list of authors/their affiliation Note that the input of label, in the form of “author(year),” will
\author{authors }, \affil{affiliation }, appear in the result of typesetting. The label should be typed
\altaffilmark{n }, \altaffiltext{n }{affiliation } according to an expression of citation such as “Smith (2010),”
2. title “Wood et al. (2002),” “(Smith & Wood 2007),” or “Smith,
\title{title } Wood, and Fisher (2007).”
3. date of reception/acception
\Received{reception date }, \Accepted{acception date }
4.2 Miscellaneous citation commands
4. list of key words
\KeyWords{key words } In addition to the usual \cite command, pasj01.cls provides
5. e-mail address, if any various citation commands. In the following list, key is a ref-
\email{e-mail address } erence key in the “thebibliography” environment and author,
year are the corresponding authors and publication year, respec-
The title of the article, author name, and affiliation should
tively. That is, the term \bibitem[author (year )]{key }. . . is
be typed at the beginning of the article. These can be produced
contained in the “thebibliography” environment.
using the following input:
Single affiliation Description Result
\author{John \textsc{Smith} \cite{key } author year
and Paul \textsc{Wood} } \citep{key } (author year)
\affil{Affiliation } \citet{key } author (year)
\email{Address1 , Address2 } \authorcite{key } author
Two or more affiliations \yearcite{key } year
\author{John \textsc{Smith}\altaffilmark{1}
If a comma-separated list of reference keys is given as
and Paul \textsc{Wood}\altaffilmark{2} } an argument of the \cite command, we obtain a semicolon-
\altaffiltext{1}{Affiliation }
separated list of reference labels. For other commands, readers
\altaffiltext{2}{Affiliation }
can easily find the result for a list of keys by simple experiments.
\email{Address1 , Address2 }
As shown in the above example, the description
\altaffilmark{label } gives a label and corresponding 5 Mathematical formulas
text is given by \altaffiltext with the same label in its first
For mathematical formulas, pasj01.cls allows $...$ and
argument.
“math” environment for in-text formulas and \[...\] and “dis-
playmath, equation, eqnarray(∗)” environments for displayed
4 Cross-references formulas. The use of $$...$$ for a displayed formula is not
recommended.
4.1 \label, \ref, \cite, and thebibliography For mathematical symbols, pasj01.cls allows one to use
environment symbols provided by the standard LATEX 2ε and some more sym-
For cross-references of sections, figures, equations etc., the pair bols given in table 1 (see also subsection 8.2). Note that if the
of commands, \label and \ref, is available. Since the usage amssymb package is available, the useamsfonts class option
of these two commands is exactly the same as that in the stan- enables the use of symbols defined by amssymb.sty.
Publications of the Astronomical Society of Japan, (2014), Vol. 00, No. 0 3
u e \end{table}
HH
H
HH To produce long tables, a simplified version of the
H
HH
“longtable” environment is implemeted. The usege is very
H
HH similar to that of the “longtable” environment provided by the
H longtable package. Thus, a long table can be described as
HH
follows:
H
HH
e
Hu \begin{longtable}{*{8}{l}}
\caption{Heading of this tabular.}
Fig. 1. Simple example of usage of the “figure” environment. This sample
figure is a “picture” environment and no eps file is included. If the graphicx \hline
package is available and some appropriate graphic files exist, readers might \multicolumn{8}{c}{first head} \\
observe the usage of the \includegraphics command. A & B & C & D & E & F & G & H \\
\hline
6 Figures \endfirsthead
The class file pasj01.cls supports the embeddings of graphic \hline
files in the EPS (Encapsulated PostScript) format as its default. A & B & C & D & E & F & G & H \\
To place figures appropriately, the usual “figure” environ- \hline
ment is available. As in the standard LATEX 2ε , pasj01.cls \endhead
allows the following description and figure 1 is an example of \hline
usage of the “figure” environment. \endfoot
\hline
\begin{figure} \multicolumn{8}{l}{some remarks...} \\
\begin{center} \hline
\includegraphics[width=80cm]{figure1.eps} \endlastfoot
\end{center} a & b & c & d & e & f & g & h \\
\caption{*****}\label{.....} ............%%% table data
\end{figure} a’ & b’ & c’ & d’ & e’ & f’ & g’ & h’ \\
Though the “figure” environment can take one optinal argu- \end{longtable}
ment showing possible positions of the figure, the use of this Note that this “longtable” environment obtains the maxi-
optional argument is not recommended. mum size of the width of cells in each column via the aux file.
For the location of figure files (or the directory/folder in Therefore, it is required to typeset at least twice to produce a
which figure files exist), pasj01.cls assumes that figure files correct table. For the meanings of \endhead etc., see “The
and the LATEX file containing those figures are placed in the same LATEX Companion” or appropriate instruction for LATEX 2ε .
directory. Important Notice 1: Since PASJ’s “longtable” envi-
Important Notice: Note that authors must not use old pack- ronemnt, itself, is treated like table environments, there is no
ages for graphics, such as epsf.sty, epsbox.sty. need to put a long table in “table” environment.
Important Notice 2: In the “longtable” environment,
\caption should be placed at the first part of this environment.
7 Tables
Though the longtable package provides some parameters, like
To include tables which are small enough to be contained in \LTleft and \LTpre, the pasj01.cls class file inhibits one to
one page, the usual pair of “table” and “tabular” environments use those parameters in order to keep the uniformity of the ap-
is available. That is, authors can place a small table as in the pearance of the tables in the journal.
following way:
\begin{table}
8 Miscellaneous remarks
\tbl{Heading of this tabular.}{%
\begin{tabular}{lll} 8.1 Draft mode
.......... The class file pasj01.cls provides the \draft command to
\end{tabular}}\label{...} produce a one-column and double-spaced with 12pt fonts. The
\begin{tabnote} \draft command could be simply placed in the preamble of an
a brief note of table article. A manuscript of submission should be prepared in this
\end{tabnote} style.
4 Publications of the Astronomical Society of Japan, (2014), Vol. 00, No. 0
Table 1. Addtional mathematical symbols.∗ 8.4 Description of time/angle, atoms etc.
Name Symbol Name Symbol To produce the description of time/angle like “1h 23m 45.s 67”
\lesssim <
∼ \gtrsim >
∼ or “6◦ 540 32.00 1”, the class file pasj01.cls provides
\leqq < \geqq > a simple notation \timeform{1h23m45.67s} or
= =
\lessgtr < \gtrless >
> < \timeform{6D54’32.1’’}. In the argument of \timeform
\lessapprox < \gtrapprox >
≈ ≈ command, the letter “D” corresponds to the symbol “◦ ’.
\leftrightarrows ←
→ \square 2
Note that all of the three expressions \timeform{1.23s},
\diameter
\hateqq =
b
\simless ∼ \simgtr ∼ \timeform{1s.23} and \timeform{1.s23} give the same
< >
\lesssimeq <
∼ \gtrsimeq >
∼ result “1.s 23”, that is, there is no importance in the order of
− −
\singlebond \doublebond a decimal point and a unit symbol. Also, we note that the
1
\triplebond \onehalf 2
\timeform command assumes that there is at most one decimal
1 2
\onethird 3
\twothirds 3 point in its argument.
1 3
\onequarter 4
\threequarters 4 Though the file pasj01.cls also provides (aastex-like) com-
\micron µm
mands, such as \fh(h. ), \fdg(◦. ), the use of such commands
∗
Symbols provided by the standard LATEX system such as ∼ =, ≈ are with ambiguous names is not recommended.
available. If the amssymb package is available, then the useamsfonts Atomic symbols like “12 C” or “147 N” can be produced by
class option enables to use the symbols defined by amssymb package.
(Also note that this document is not an instruction for LATEX itself, we omit
“\atom{C}{}{12}” or “\atom{N}{7}{14}” respectively.
a list for those symbols.) Ionization state the elements like “Fe II” can be expressed
by “Fe \emissiontype{II}”.
Table 2. Symbols in font “astrosym.”
Name Symbol Name Symbol 8.5 Abbreviation of journal names
\Mercurius \Venus
The following list shows the abbreviations of journal names al-
ready defined by pasj01.cls.
\Terra \Mars
\Jupiter \Saturnus
\aap: A&A
\varSaturnus \Uranus
Astronomy and Astrophysics
\Neptunus \varNeptunus
\aapr: A&AR
\Pluto \varPluto
Astronomy and Astrophysics Reviews
\Luna \Aries
\Taurus \Gemini \aaps: A&AS
\Cancer \Leo Astronomy and Astrophysics, Supplement
\Virgo \Libra \aip: AIP Conf. Proc.
\varLibra \Scorpio AIP Conference Proceedings
\Sagittarius \Capriconus \aj: AJ
\Aquarius \varAquarius
Astronomical Journal
\VarAquarius \Pisces
\ao: Appl. Opt.
Applied Optics
\apj: ApJ
Astrophysical Journal (including Letters)
8.2 Additional mathematical symbols
\apjs: ApJS
The symbols in table 1 are provided by pasj01.cls. Some of Astrophysical Journal, Supplement
them are also defined in amssymb.sty, and the definitions of \aplett: Astrophys. Lett.
such commands are replaced with those in amssymb.sty if Astrophysics Letters
useamsfont option is specified. \apspr: Astrophys. Space Phys. Res.
Astrophysics Space Physics Research
\apss: Ap&SS
8.3 Astronomical symbols Astrophysics and Space Science
\araa: ARA&A
The class file pasj01.cls provides the commands listed in ta- Annual Review of Astron and Astrophys
ble 2 for astronomical symbols. For the symbol of the sun, \Sol \asp: ASP Conf. Ser.
and \solar produce the symbol e s . ASP Conference Series
Publications of the Astronomical Society of Japan, (2014), Vol. 00, No. 0 5
\baas: BAAS \prd: Phys. Rev. D
Bulletin of the AAS Physical Review D
\iaucirc: IAU Circ. \pre: Phys. Rev. E
IAU Cirulars Physical Review E
\jcp: J. Chem. Phys. \prl: Phys. Rev. Lett.
Journal of Chemical Physics Physical Review Letters
\jgr: J. Geophys. Res. \procspie: Proc. SPIE
Journal of Geophysics Research Proceedings of the SPIE
\mnras: MNRAS \qjras: QJRAS
Monthly Notices of the RAS Quarterly Journal of the RAS
\nat: Nature \skytel: S&T
Nature Sky and Telescope
\nphysa: Nucl. Phys. A \solphys: Sol. Phys.
Nuclear Physics A Solar Physics
\pasj: PASJ \sovast: Soviet Ast.
Publications of the ASJ Soviet Astronomy
\pasp: PASP \ssr: Space Sci. Rev.
Publications of the ASP Space Science Reviews
\physrep: Phys. Rep.
Physics Reports
8.6 About user-defined commands
\planss: Planet. Space Sci.
Planetary Space Science Though class file pasj01.cls does not inihibit the use of \def,
\pra: Phys. Rev. A \newcommand etc., it is not recommended to define a user’s own
Physical Review A: General Physics command. Note that a user’s own trivial abbriviations might
\prb: Phys. Rev. B cause fatal errors by changing the existing commands or by in-
Physical Review B: Solid State terfering with macros defined in other articles (or in the class
\prc: Phys. Rev. C file used for publication). Every author should remember that
Physical Review C no journal consists of his/hers papers only.