AASTexの使い方


  • 最初に

\documentclass{aastex6}
を書き込む

  • コマンドの追加

\newcommand{\grb}{gamma ray burst}

以下については、再定義してはいけない。
\hskip, \vskip, \raise, \raisebox, \lower, \rlap, \kern, \lineskip, \char, \mathchar, \mathcode, \buildref, \mathrel, \baselineskip

  • 追加情報

\received{receipt date}
\revised{revision date}
\accepted{acceptance date}

\ccc{code}
\cpright{type}{year}

コピーライトタイプ
AAS Copyright assigned to the AAS
Crown Crown copyright applies
none No copyright can be claimed

  • Running Head

\shorttitle{text} 
\shortauthors{text}

xx et al.とか

  • メイン

\begin{document}

  • タイトルと著者

\title{text}
\author{name(s)}
\affil{affiliation}
\affil{address}
\email{e-mail address}
\and

タイトルは大文字で書く。
著者は、大文字と小文字を混ぜる。
著者が複数いる場合には、\andを使って繋ぐ。

\altaffilmark{key number(s)}
\altaffiltext{numerical key}{text}

affil情報が複数ある場合には、これらを使う。

  • Keyword

\keywords{text}


  • Author Comments

\authorcomment1{author text}

著者同士のコメントの受取に対して使われる。
最終バージョンには使われない。


  • Section

\section{heading}
\subsection{heading}
\subsubsection{heading}
\paragraph{heading}


  • Figure and Table Placement

\begin{figure}[htb!]

h:here; t:top; b;bottom; !:ignore;

  • acknowlegement

\acknowledgments
acknowledgments text

  • Facilities


\facility{facility ID, facility ID, facility ID, ... }


  • Software

\software{IRAF, Astropy \citep{http://dx.doi.org/10.1051/0004-6361/201322068}, ... }

  • Appendices

\section{body section}
\appendix
\section{appendix section}


  • Equations

\begin{displaymath}
\end{displaymath}

\begin{equation}
\end{equation}

\begin{eqnarray}
\end{eqnarray}


displaymath:番号なし
equation:一行番号あり
eqnarray:複数行番号あり


\begin{mathletters}
equation or eqnarray
\end{mathletters}

関連した式をグループ化したい場合には、これらを使う。


  • Figures

\begin{figure}
\figurenum{text}
\epsscale{num}
\plotone{file}
\plottwo{file1}{file2}
\caption{text}
\end{figure}

\includegraphics[angle=90]{epsfile}

  • Tables




最終更新:2016年04月02日 23:43