%\documentclass[a4paper,twocolumn,fleqn]{article} % final: twocolumn 10pt
\documentclass[a4paper,12pt,fleqn]{article}       % draft: onecolumn 12pt
\usepackage[doublespacing]{setspace}            % doublespacing

% \usepackage{amsmath}             % recommended for advanced math
% \usepackage[psamsfonts]{amssymb} % lots of math symbols (unnecessary with txfonts)
\usepackage{txfonts}               % free Times-based fonts for text and math
%%% If txfonts are not available, uncomment these two lines:
% \usepackage{mathptmx}            % Times for text/math
% \usepackage[scaled]{helvet}      % Helvetica scaled 0.95 for text
%%% If mathptmx and helvet are not available either, uncomment this line:
% \usepackage{times}               % Times for text only
%%% MathTime fonts
% \usepackage[noTS1,mtbold]{mathtime}
%%%
% \renewcommand{\ttdefault}{cmtt}  % For typewriter font (usually not necessary)
% \usepackage{bm}                  % \bm{..} for bold math (italic)
% \usepackage{cite}                % Ref. [1--3] instead of [1,2,3]
% \usepackage[balance]{nidanfloat} % balanced two-column format
% \usepackage[dvips]{graphicx}     % dvips
\usepackage[dvipdfm]{graphicx}     % dvipdfm or dvipdfmx
\usepackage{pfr_p}                 % PFR style for preprint image

\begin{document}

\title{A Sample Text for Rapid Communications}

% Use \sup{1},... for superscripts in the authors and affiliations lines.

\author{Firstname~LASTNAME, Firstname~M.~LASTNAME\sup{1} and Carl~F.~GAUSS\sup{1,2}}

\affiliation{%
         University of Plasma, Nagoya 000-0000, Japan \\
  \sup{1}University of Fusion Science, Toki 000-0000, Japan \\
  \sup{2}National Institute of Kakuyugo, Tokyo 000-0000, Japan}

\date{(Received 10 January 2009 / Accepted 24 January 2009)}

\email{xxxyyyzzz@u-plasma.ac.jp}

\begin{abstract}
  The purpose of Rapid Communications section is rapid publication of
  new research results which have impact in one of the fields covered
  by Plasma and Fusion Research. Authors should download the sample text
  and prepare their manuscript in the same format. The publication will be
  determined by only one review.
\end{abstract}

\keywords{about five keywords or phrases separated by commas, journal-page image, sample text,
  Plasma and Fusion Research, \LaTeX\ version}

\DOI{10.1585/pfr.4.000}

\maketitle  % Don't forget to put this!

%%%%% MAIN TEXT %%%%%

The articles intended to be published in Rapid Communications section
should be short without attempting the completeness as required for a
regular paper.  The length of the manuscript must not exceed 2
pages in this format.  The paper size must be A4 ($21.0\,\mathrm{cm}
\times 29.7\,\mathrm{cm}$).

Authors using \LaTeX\ should use the \texttt{pfr} package provided
by the society:
\begin{quote}
  \verb|\usepackage{pfr}|
\end{quote}
Text should be typeset in Times.  The title % and the \textsf{\bfseries Keywords} 
heading should be in Times Bold.  These fonts can be 
accessed by using either the standard \texttt{times}, \texttt{mathptmx}
or recent \texttt{txfonts} package, as in
\begin{quote}
\verb|\documentclass| \\
\verb|  [a4paper,twocolumn,fleqn]{article}| \\
\verb|\usepackage{amsmath}  %| \textit{optional} \\
\verb|\usepackage{txfonts}  %| \textit{or} \texttt{times} \\
\verb|\usepackage{graphicx} %| \textit{optional}  \\
\verb|\usepackage{pfr}| \\
\verb|\begin{document}| \\
\ldots
\end{quote}
The default Computer Modern fonts may be used as a last resort.

The document should be submitted in PDF format (or PostScript
format).  Any fonts other than the standard PostScript fonts
(such as Times and Symbol) must be embedded in the document,
and don't use national (e.g.\ Japanese) fonts.

The manuscript must include a concise abstract (less than 200 words),
a complete list of references, figures and tables with captions.
Each author's name is given in the order of first name, initial of
optional middle name and last name, as in Carl F.\@ GAUSS.  References
are cited as \cite{Kru}, \cite{Spi,Tan}, and \cite{Kru,Spi,Tan}, and are 
listed at the end of the manuscript, \textit{not} preceded by a header
such as ``References.''  See also Fig.~\ref{fig:somefig} and its caption.

\begin{figure}[tb]
  \centering
%  \includegraphics[width=7cm,clip]{figure.eps}
  \fbox{Sample Figure}
  \caption{Sample figure. Letters in figures must be sufficiently large.}
  \label{fig:somefig}
\end{figure}

Equations should be indented by 10\,mm from the left margin, as is
\begin{equation}
   \tilde{f}(\mathbf{x},\mu,E) =
 - \mbox{\boldmath$\rho$} \cdot \nabla f_\mathrm{M}(\mathbf{x},E).
\end{equation}
Vector expressed by a Greek font should be written in Greek Bold; e.g.,
$\mbox{\boldmath$\rho$}=\mathbf{b} \times \mathbf{v}_\perp/\Omega$.
For equations separated into multiple lines, the equation number should appear
only on the last line.

\begin{thebibliography}{9}
\bibitem{Kru}
  M. D. Kruskal and R. M. Kulsrud, Phys.\ Fluids
  \textbf{1}, 265 (1958).
\bibitem{Spi}
  L. Spitzer, Jr., \textit{Physics of Fully Ionized Gases}
  (Interscience Publishers, New York, 1959) p.~20.
\bibitem{Tan}
  S. Tanaka, to be published in Jpn.\ J.\ Appl.\ Phys.
  \textbf{22} (1983).
\end{thebibliography}

\end{document}

