PASJ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
*注意点 [#n80da68b]
**Preamble (\documentclass[...]{pasj00}) [#z1cd9243]
***class file の指定 [#l6f1aa5d]
-査読用
--[ ] に proof, 又は [ ] を消し,次の行に \draft
-通常の論文出力
--[ ] に twocolumn
***論文 title [#ua8edf82]
-原則は,各語の先頭のみ大文字で他は小文字
--例外は前置詞,接続詞,冠詞で,これらは題の先頭でない限り全...
--hyphen で繋げた単語は, hyphen の後の単語の先頭も大文字
***著者名,所属,住所 [#ffbe9d1e]
-姓名は small capital で組むので, \author{Johann \textsc{...
-日本の住所の場合, Japan は付けない
-著者の電子 mail address は, \email{johann@kepler.de} と...
-例 1 --複数の著者がそれぞれ別の所属機関の場合
\author/\affil の並びで,一番最後の著者の前に and を挿入し...
Source --------------------
\author{Nicholas \textsc{Copernicus}}
\affil{Some Institute}
\email{nicholas@xxx.xx.xx}
\author{Johann \textsc{Kepler}, Galileo \textsc{Galilei}}
\affil{Another Institute}
\email{johann@xxx.xx.xx, galileo@xxx.xx.xx}
\and
\author{John W. \textsc{Herschel}}
\affil{Another Institute II}
\email{john@xxx.xx.xx}
出力例 --------------------
Nicholas COPERNICUS
Some Institute
nicholas@xxx.xx.xx
Johann KEPLER, Galileo GALILEI
Another Institute
johann@xxx.xx.xx, galileo@xxx.xx.xx
and
John W. HERSCHEL
Another Institute II
john@xxx.xx.xx
-例 2 --著者が同一の所属機関に在籍している場合
Source --------------------
\author{Nicholas \textsc{Copernicus}, Johann \textsc{Kep...
\affil{Some Institute}
\email{nicholas@xxx.xxx.xx, johann@xxx.xxx.xx, galilei@x...
出力例 --------------------
Nicholas COPERNICUS, Johann KEPLER, and Galileo GALILEI
Same Institute
copernicus@xxx.xxx.xx, kepler@xxx.xxx.xx, galilei@xxx.xxx...
-例 3 --複数の機関に所属する著者がいる場合:
Kepler と Galilei は Institute 1 に所属していて, Galilei ...
ソース --------------------
\author{Johann \textsc{Kepler},\altaffilmark{1} Galileo ...
\altaffiltext{1}{Institute1}
\altaffiltext{2}{Institute2}
出力例 --------------------
Johann KEPLER,1 Galileo GALILEI,1,2 and Isac NEWTON
1Institute 1
2Institute 2
***Keyword [#p924248f]
-成る可く他誌と共通の [[list:http://www.oxfordjournals.or...
-各 keyword は, em-dash (LaTeXでは`-' hyphen 3 つ) で区切...
***要旨 [#bcb1fc9c]
-\maketitle の後に, abstract 環境で囲んだ形で入力
-長さは概ね 300 語以内
-改行はせず,単一段落
-出来るだけ引用文献の引用は避ける
**数式 [#a5d5e46a]
-本文中に数式を挿入する場合には \$...\$
-別行立ての数式を用いる場合には equation/eqnarray 環境
--別行立ての数式を \$\$...\$\$にはしない(中央揃えになって...
-align, gather等の環境は使えない
-太字の文字は, \boldsymbol{} を使うことで出力出来る
--例えば, \boldsymbol{B}とすると磁場の vector を表す ''B'...
-太陽質量,太陽光度,太陽半径を入力するには \MO, \LO, \RO ...
--太陽の記号だけを出力したい場合は \Sol 又は \solar
-10h20m30s.5の様な経度, 10o20'30".5 の様な緯度を入力する...
--\timeform{30s.5}, \timeform{30''.5} の様に,時・分・秒,度・...
-H $\rm{_{II}}$ Regions の様な小さめのローマ数字は, H\emi...
--此の command を使用する事に依り, title・section 中や数式...
-$^{12}$C や $^{14}_{\ 7}$N は \atom{C}{}{12} や \atom{N}...
-上付き・下付き添え字が変数を意味しない場合,例えば $T_{\ma...
-本文中に簡単な数式が出る時は, $e^{-1/x}$ や $\frac{y}{x}...
-図,表,式を引用する時は, figure 1, table 3, section 5, eq...
**図 [#ic763f37]
-pasj00.cls では,此の class file 中で読み込まれた graphic...
-図を挿入したい場所に、以下の記述を挿入
\begin{figure}
\begin{center}
\FigureFile(80mm,50mm){figure.eps}
\end{center}
\caption{図の caption}\label{somelabel}
\end{figure}
--此処で figure.eps は図の file 名、80mm,50mm は画像の横,...
--HTML 化の処理を円滑に行う都合で, \includegraphics を直...
---\includegraphics を直接用いた場合には警告 message が表...
-図は,原則として EPS 形式で作成
--他の形式の場合,電子版作成等に関して実費が必要に成る事が...
--止むを得ず EPS 形式以外の形式の file を提出する場合には...
-図は,出版時に想定する大きさ相当 (=100% 大)で作成
-図の最大横幅は本文 1 段幅では 80mm,本文 2 段幅では 160mm
-図に用いる線の幅は基本的に, 0.6pt (=0.21mm) で作成
--此れより著しく細い場合,印刷した時に細すぎて見えなくなる...
**表 [#l99de5c4]
-基本的に tabular 環境を用いる
--array 環境を使用すると, HTML 化した際に,表全体が画像と...
1: \begin{table}
2: \begin{center}
3: \caption{Caption of the table.}
4: \begin{tabular}{lccc}
5: \hline
6: \multicolumn{1}{c}{Name} & Date [yyyy/mm...
7: \hline
8: Item1\footnotemark[$*$] & 2001/ 3/ 4 ...
9: Item2\footnotemark[$\dagger$] & 2000/12/15 ...
10: Item3\footnotemark[$\ddagger$] & 1999/ 5/20 ...
11: \hline
12: \multicolumn{4}{@{}l@{}}{\hbox to 0pt{\parbox{...
13: Notes. This list is just a sample; it has no...
14: \par\noindent
15: \footnotemark[$*$] Footnote for Item1.
16: \par\noindent
17: \footnotemark[$\dagger$] Footnote for Item2.
18: \par\noindent
19: \footnotemark[$\ddagger$] Footnote for Item3.
20: }\hss}}
21: \end{tabular}
22: \end{center}
23: \end{table}
-1/23 行目の table 環境の宣言の内側に挟まれた部分が,表を...
--1 column (段)幅の表を作る場合は此の儘
--2 column 幅の表を作る場合は \begin{table*} - \end{table...
-3 行目の \caption command で,表の caption を指定
--表の番号は,自動的に生成される
-8-10 行目の \footnotemark command は,其れ其れ Item1, Ite...
--現在, PASJ では, *, \dagger, \ddagger, \S, \|, \#, 以下...
-13-19 行目は,注釈の内容で,この注釈全体を 12/20 行目で包...
--12行目に就いて, \multicolumn の第一引数の {4} は,この表...
---「列」が n 個在った場合には,此の引数にも n を指定
--\parbox の第一引数の {85mm} と言うのは, 1 column 分の幅...
---此の表を 2 column 幅で印刷する場合には, 180mm を指定
-縦線を使ってはいけない
**複数ページにわたる長い表 [#j275314e]
1: \begin{longtable}{lll}
2: \caption{List of Great Astrophysicist and their bo...
3: %%% begining of head 各頁の第 1 行目に出力され...
4: \hline
5: Name of & Title of book & Year of\\
6: astrophysicist & & publication\\
7: \hline
8: \endhead
9: %%% begining of foot 各頁の最終行に出力される f...
10: \hline
11: \endfoot
12: %%% begining of foot in last page 表の最後に出...
13: \hline
14: \multicolumn{3}{l}{\hbox to 0pt{\parbox{180mm}{\fo...
15: \footnotemark[$*$] Published after the author's ...
16: }}}
17: \endlastfoot
18: %%% begining of data part
19: Ptolemaios & Almagestus ...
20: Copernicus, N. & De Revolutionibus Orbium C...
21: Kepler, I. & Harmonices Mundi ...
22: Gallilei, G. & Dialogo sopra i Due Missio...
23: Newton, I. & Philosophiae naturalis Pri...
24: de Laplace, P.-S., M. & Trait\'e de M\'ecanique Co...
25: ...
26: Einstein, A. & Die Grundlage der Allgemeinen Relat...
27: \end{longtable}
-1/27 行目
--longtable 環境の始端と終端を宣言
-2行目
--此の表に対する caption を指定
--此の表が複数頁に亘る場合,最初の頁にのみ此の caption が...
--\caption は longtable 環境の先頭に記述しなければならない
-3-8 行目
--表が複数頁に亘る場合でも列の説明は其れ其れのページに出...
--最初の頁にのみ此れ等を出力し,次の頁からは横の罫線のみを...
...
\endfirsthead
\hline
\endhead
-9-11 行目
--其れ其れの頁の末尾には横の罫線を引かねばならないので,此...
--\endfoot は,此れよりも前に在り, \endfirsthead よりも後...
-12-17 行目
--最後の頁の末尾に表示する内容を \endlastfoot, \endfootの...
--此処では出版年に関する注釈を付けているが,表中の注釈の記...
-18-26 行目
--表の要素を 1 つ 1 つ書いていく
--此の部分の終端には \end*** と言う command は無く,在るの...
-\endhead, \endfirsthead, \endfoot, \endlastfoot に就いて...
--此れ等の command に囲まれた block は,その block の下端...
--\endfirsthead
---表の第 1 頁目にのみ出力される header
--\endhead
---各頁の最初に出力される header
---"\endfirsthead" が指定してある場合には, 2 頁目からの h...
--\endfoot
---各頁の最後に出力される footer
---"\endlastfoot" が指定しある場合には,最終頁以外の footer
--\endlastfoot
---表の最後に出力される footer
---脚注を出力するのにも使う
--各 block の上に \caption 又は \begin{longtable} しか無...
---此れ等の \end*** は省略する事が出来,其の場合は省略した...
-longtable 環境は,其れ其れの column の幅を aux file に書...
-(pasj00.cls での) longtable 環境は其れ自体が float とし...
-pasj00.cls で定義されている longtable 環境は, «The LaTeX...
--\caption command は, longtable 環境の冒頭で記述
--\LTleft, \LTpre 等の体裁を整える parameter は使用出来ない
--\begin{longtable} の option 引数 ([...] で指定する物)は...
--\kill command は使えない
-言い換えると, «The LaTeX companion» の訳書(アスキー, 199...
**参考文献 [#t851b600]
***基本的な書式 [#z32e10f5]
-雑誌の場合
--著者名 年号, 雑誌名, 巻, 頁
---Kaiser, N. 1984, ApJ, 284, L9
-単行本の場合
--著者名 年号, 書名 (所在地:出版社名) 本の章番号又は頁 (...
---Pacholczyk, A. G. 1970, Radio Astrophysics (San Franci...
-編者の在る本の場合
--著者名 年号, in 書名, ed. 編者名 (所在地:出版社名) 本の...
---Pearson, T. J., & Zensus, J. A. 1987, in Superluminal ...
-%%%on line 上の文献, data 等を引用する場合は,該当する物...
-''LaTeX 用の雑誌名略称一覧は[[此処:http://www.asj.or.jp/...
--ApJ (Astrophysical Journal) は Letters も含む
-何れの場合も著者名は,単名ならば姓,名の initial (複数の i...
-%%%著者が 9 人以上の時は, 1 人を書いた後は et al. として...
-編者名は,名の initial. 姓(著者名とは逆の順番)又は此れ等...
-雑誌や書籍の引用するのに頁番号を指定する場合は,単に頁番...
-順番を決める時の優先順位は,著者の''姓''の alphabet 順(人...
--姓が同じ時は名の initial の alphabet 順,第 1 著者が同じ...
-同一著者の同年の文献は,年号の後に「a, b, c...」を付けて...
-例
--Kaiser, N. 1984, ApJ, 284, L9
--Mo, H. J., Jing, Y. P., & White, S. D. M. 1997, MNRAS, ...
--Kikuchi,~S., et al. 1973, PASJ, 25, 555 (<<--著者が 9 ...
--Pacholczyk, A. G. 1970, Radio Astrophysics (San Francis...
--Pearson, TJ., & Zensus, J. A. 1987, in Superluminal Rad...
--此の様に出力するには,以下の様に入力
\begin{thebibliography}{}
\item Kaiser,~N. 1984, \apj, 284, L9
\item Mo,~H.~J., Jing,~Y.~P., \& White,~S.~D.~M. 1997,...
\item Kikuchi,~S., \etal\ 2000, \pasj, 25, 555 (<<--...
\item Pacholczyk,~A.~G. 1970, Radio Astrophysics (San ...
\item Pearson,~T.~J., \& Zensus,~J.~A. 1987, in Superl...
\end{thebibliography}
--此処で頻繁に使っている ~ (tilde) は, (1 番初めの文献を...
---此の \ を用いない場合, TeX は ed. を文の終わりと見做し...
--\apj, \mnras, \pasj は其れ其れ, ApJ, MNRAS, PASJ を表示...
---此の他, \ao と入力するだけで Appl. Opt. と表示される, ...
-pasj00.cls では,著者名や出版年を自動的に参照する macro ...
--例えば, Newton の「自然哲学の数学的原理」を引用する場合
\bibitem[Newton(1687)]{newt1687} Newton, I. 1687, Philos...
\cite{newt1687} → Newton 1687
\citep{newt1687} → (Newton 1687)
\citet{newt1687} → Newton (1687)
\authorcite{newt1687} → Newton
\yearcite{newt1687} → 1687
---\cite command の {} の中を comma で区切ると, semicolon...
-\bibitem の引数には [...] の中に著者名(出版年)と入れ(著...
-同一著者に依る同年の文献を参照する場合は,以下の通りに記載
--例:「Author, B.」と言う著者に依る同年の文献を 2 編引用...
\bibitem[Author(2001a)]{auth1a}
Author, B. 2001a \pasj, 53, 10
\bibitem[Author(2001b)]{auth1b}
Author, B. 2001b \pasj, 53, 100
---此の場合,本文中の引用は以下の通りに成る
\cite{auth1a} → Author 2001a
\citep{auth1b} → (Author 2001b)
\citet{auth1a} → Author (2001a)
\authorcite{auth1b} → Author
\yearcite{auth1a} → 2001a
***on line 上にしか無い文献や情報等の引用 [#p155f364]
-該当する物が容易且つ,半永久的に access 出来る物に限り引...
-%%%書誌情報が*有る* on line 上の文献等を引用する場合%%%
--on line 上にしか無い(紙出版が無い)雑誌,集録, Newsletter...
---例えば, on line 雑誌 "E-Journal" の Vol.100, 200 頁に...
--該当論文を本文で引用する箇所には以下の様に Footnote と...
---例えば,本文中では,「...described by Author (2003)^*. ...
-%%%書誌情報が*無い* on line 上の文献等を引用する場合%%%
--on line 上にしか無く,雑誌や集録等出版物としての体裁や書...
---例えば,或る観測情報を引用する場合,本文中では,「...the ...
***本文中での文献引用 [#z3ca6fb7]
-本文中での文献引用は,著者名(姓のみ)と論文年号を用いる
-%%%本文中に著者名の現れる場合[=括弧 "(...)" 外に著者名を...
--本文中に著者名が*現れる*場合,例えば「Aauthor (2003) exa...
--引用する論文が複数の著者によるものである場合、
---著者数が 3 人迄であれば全員の姓を明示
---& ではなく and を使う
---例) "Xauthor, Yauthor, and Zauthor (2003)"と表記する場合
\bibitem[Xauthor, Yauthor, and Zauthor (2003)]{authX}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
---4 人以上であれば 1 人明記し後は "et al."
---例) "Wauthor et al. (2003)"と表記する場合
\bibitem[Wauthor et al. (2003)]{authW}
Wauthor, W., Xauthor, X., Yauthor, Y., \& Zauthor, Z. 20...
-%%%本文中に著者名の現れない場合[=括弧 "(...)" 内に著者名...
--本文中に著者名が*現れない*場合,例えば「... recent study...
--引用する論文が複数の著者によるものである場合、
---著者数が 2 人迄であれば全員の姓を明示
---and ではなく & を使う
---例) "(Yauthor & Zauthor 2003)"と表記する場合
\bibitem[Yauthor & Zauthor (2003)]{authY}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
---3 人以上であれば 1 人明記し後は "et al."
---例) "(Wauthor et al. 2003)"と表記する場合
\bibitem[Xauthor et al. (2003)]{authX}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
-但し,今の所 PASJ macro では "\bibitem" に続く "[ ](鍵括...
--何方か多く出現する方を記述
*投稿 [#c07e8a39]
**投稿論文 system [#ic412f68]
-http://mc.manuscriptcentral.com/pasj
**投稿する物 [#i2b68d59]
-LaTeX file
--''main LaTeX file を必ず最初に''
-class file
-画像 (eps file)
**upload 出来る file size [#p3d5aad6]
-60000 KB 迄
**投稿出来る file の種類 [#df1f9e0c]
-tex
-eps
-doc
-docx
終了行:
*注意点 [#n80da68b]
**Preamble (\documentclass[...]{pasj00}) [#z1cd9243]
***class file の指定 [#l6f1aa5d]
-査読用
--[ ] に proof, 又は [ ] を消し,次の行に \draft
-通常の論文出力
--[ ] に twocolumn
***論文 title [#ua8edf82]
-原則は,各語の先頭のみ大文字で他は小文字
--例外は前置詞,接続詞,冠詞で,これらは題の先頭でない限り全...
--hyphen で繋げた単語は, hyphen の後の単語の先頭も大文字
***著者名,所属,住所 [#ffbe9d1e]
-姓名は small capital で組むので, \author{Johann \textsc{...
-日本の住所の場合, Japan は付けない
-著者の電子 mail address は, \email{johann@kepler.de} と...
-例 1 --複数の著者がそれぞれ別の所属機関の場合
\author/\affil の並びで,一番最後の著者の前に and を挿入し...
Source --------------------
\author{Nicholas \textsc{Copernicus}}
\affil{Some Institute}
\email{nicholas@xxx.xx.xx}
\author{Johann \textsc{Kepler}, Galileo \textsc{Galilei}}
\affil{Another Institute}
\email{johann@xxx.xx.xx, galileo@xxx.xx.xx}
\and
\author{John W. \textsc{Herschel}}
\affil{Another Institute II}
\email{john@xxx.xx.xx}
出力例 --------------------
Nicholas COPERNICUS
Some Institute
nicholas@xxx.xx.xx
Johann KEPLER, Galileo GALILEI
Another Institute
johann@xxx.xx.xx, galileo@xxx.xx.xx
and
John W. HERSCHEL
Another Institute II
john@xxx.xx.xx
-例 2 --著者が同一の所属機関に在籍している場合
Source --------------------
\author{Nicholas \textsc{Copernicus}, Johann \textsc{Kep...
\affil{Some Institute}
\email{nicholas@xxx.xxx.xx, johann@xxx.xxx.xx, galilei@x...
出力例 --------------------
Nicholas COPERNICUS, Johann KEPLER, and Galileo GALILEI
Same Institute
copernicus@xxx.xxx.xx, kepler@xxx.xxx.xx, galilei@xxx.xxx...
-例 3 --複数の機関に所属する著者がいる場合:
Kepler と Galilei は Institute 1 に所属していて, Galilei ...
ソース --------------------
\author{Johann \textsc{Kepler},\altaffilmark{1} Galileo ...
\altaffiltext{1}{Institute1}
\altaffiltext{2}{Institute2}
出力例 --------------------
Johann KEPLER,1 Galileo GALILEI,1,2 and Isac NEWTON
1Institute 1
2Institute 2
***Keyword [#p924248f]
-成る可く他誌と共通の [[list:http://www.oxfordjournals.or...
-各 keyword は, em-dash (LaTeXでは`-' hyphen 3 つ) で区切...
***要旨 [#bcb1fc9c]
-\maketitle の後に, abstract 環境で囲んだ形で入力
-長さは概ね 300 語以内
-改行はせず,単一段落
-出来るだけ引用文献の引用は避ける
**数式 [#a5d5e46a]
-本文中に数式を挿入する場合には \$...\$
-別行立ての数式を用いる場合には equation/eqnarray 環境
--別行立ての数式を \$\$...\$\$にはしない(中央揃えになって...
-align, gather等の環境は使えない
-太字の文字は, \boldsymbol{} を使うことで出力出来る
--例えば, \boldsymbol{B}とすると磁場の vector を表す ''B'...
-太陽質量,太陽光度,太陽半径を入力するには \MO, \LO, \RO ...
--太陽の記号だけを出力したい場合は \Sol 又は \solar
-10h20m30s.5の様な経度, 10o20'30".5 の様な緯度を入力する...
--\timeform{30s.5}, \timeform{30''.5} の様に,時・分・秒,度・...
-H $\rm{_{II}}$ Regions の様な小さめのローマ数字は, H\emi...
--此の command を使用する事に依り, title・section 中や数式...
-$^{12}$C や $^{14}_{\ 7}$N は \atom{C}{}{12} や \atom{N}...
-上付き・下付き添え字が変数を意味しない場合,例えば $T_{\ma...
-本文中に簡単な数式が出る時は, $e^{-1/x}$ や $\frac{y}{x}...
-図,表,式を引用する時は, figure 1, table 3, section 5, eq...
**図 [#ic763f37]
-pasj00.cls では,此の class file 中で読み込まれた graphic...
-図を挿入したい場所に、以下の記述を挿入
\begin{figure}
\begin{center}
\FigureFile(80mm,50mm){figure.eps}
\end{center}
\caption{図の caption}\label{somelabel}
\end{figure}
--此処で figure.eps は図の file 名、80mm,50mm は画像の横,...
--HTML 化の処理を円滑に行う都合で, \includegraphics を直...
---\includegraphics を直接用いた場合には警告 message が表...
-図は,原則として EPS 形式で作成
--他の形式の場合,電子版作成等に関して実費が必要に成る事が...
--止むを得ず EPS 形式以外の形式の file を提出する場合には...
-図は,出版時に想定する大きさ相当 (=100% 大)で作成
-図の最大横幅は本文 1 段幅では 80mm,本文 2 段幅では 160mm
-図に用いる線の幅は基本的に, 0.6pt (=0.21mm) で作成
--此れより著しく細い場合,印刷した時に細すぎて見えなくなる...
**表 [#l99de5c4]
-基本的に tabular 環境を用いる
--array 環境を使用すると, HTML 化した際に,表全体が画像と...
1: \begin{table}
2: \begin{center}
3: \caption{Caption of the table.}
4: \begin{tabular}{lccc}
5: \hline
6: \multicolumn{1}{c}{Name} & Date [yyyy/mm...
7: \hline
8: Item1\footnotemark[$*$] & 2001/ 3/ 4 ...
9: Item2\footnotemark[$\dagger$] & 2000/12/15 ...
10: Item3\footnotemark[$\ddagger$] & 1999/ 5/20 ...
11: \hline
12: \multicolumn{4}{@{}l@{}}{\hbox to 0pt{\parbox{...
13: Notes. This list is just a sample; it has no...
14: \par\noindent
15: \footnotemark[$*$] Footnote for Item1.
16: \par\noindent
17: \footnotemark[$\dagger$] Footnote for Item2.
18: \par\noindent
19: \footnotemark[$\ddagger$] Footnote for Item3.
20: }\hss}}
21: \end{tabular}
22: \end{center}
23: \end{table}
-1/23 行目の table 環境の宣言の内側に挟まれた部分が,表を...
--1 column (段)幅の表を作る場合は此の儘
--2 column 幅の表を作る場合は \begin{table*} - \end{table...
-3 行目の \caption command で,表の caption を指定
--表の番号は,自動的に生成される
-8-10 行目の \footnotemark command は,其れ其れ Item1, Ite...
--現在, PASJ では, *, \dagger, \ddagger, \S, \|, \#, 以下...
-13-19 行目は,注釈の内容で,この注釈全体を 12/20 行目で包...
--12行目に就いて, \multicolumn の第一引数の {4} は,この表...
---「列」が n 個在った場合には,此の引数にも n を指定
--\parbox の第一引数の {85mm} と言うのは, 1 column 分の幅...
---此の表を 2 column 幅で印刷する場合には, 180mm を指定
-縦線を使ってはいけない
**複数ページにわたる長い表 [#j275314e]
1: \begin{longtable}{lll}
2: \caption{List of Great Astrophysicist and their bo...
3: %%% begining of head 各頁の第 1 行目に出力され...
4: \hline
5: Name of & Title of book & Year of\\
6: astrophysicist & & publication\\
7: \hline
8: \endhead
9: %%% begining of foot 各頁の最終行に出力される f...
10: \hline
11: \endfoot
12: %%% begining of foot in last page 表の最後に出...
13: \hline
14: \multicolumn{3}{l}{\hbox to 0pt{\parbox{180mm}{\fo...
15: \footnotemark[$*$] Published after the author's ...
16: }}}
17: \endlastfoot
18: %%% begining of data part
19: Ptolemaios & Almagestus ...
20: Copernicus, N. & De Revolutionibus Orbium C...
21: Kepler, I. & Harmonices Mundi ...
22: Gallilei, G. & Dialogo sopra i Due Missio...
23: Newton, I. & Philosophiae naturalis Pri...
24: de Laplace, P.-S., M. & Trait\'e de M\'ecanique Co...
25: ...
26: Einstein, A. & Die Grundlage der Allgemeinen Relat...
27: \end{longtable}
-1/27 行目
--longtable 環境の始端と終端を宣言
-2行目
--此の表に対する caption を指定
--此の表が複数頁に亘る場合,最初の頁にのみ此の caption が...
--\caption は longtable 環境の先頭に記述しなければならない
-3-8 行目
--表が複数頁に亘る場合でも列の説明は其れ其れのページに出...
--最初の頁にのみ此れ等を出力し,次の頁からは横の罫線のみを...
...
\endfirsthead
\hline
\endhead
-9-11 行目
--其れ其れの頁の末尾には横の罫線を引かねばならないので,此...
--\endfoot は,此れよりも前に在り, \endfirsthead よりも後...
-12-17 行目
--最後の頁の末尾に表示する内容を \endlastfoot, \endfootの...
--此処では出版年に関する注釈を付けているが,表中の注釈の記...
-18-26 行目
--表の要素を 1 つ 1 つ書いていく
--此の部分の終端には \end*** と言う command は無く,在るの...
-\endhead, \endfirsthead, \endfoot, \endlastfoot に就いて...
--此れ等の command に囲まれた block は,その block の下端...
--\endfirsthead
---表の第 1 頁目にのみ出力される header
--\endhead
---各頁の最初に出力される header
---"\endfirsthead" が指定してある場合には, 2 頁目からの h...
--\endfoot
---各頁の最後に出力される footer
---"\endlastfoot" が指定しある場合には,最終頁以外の footer
--\endlastfoot
---表の最後に出力される footer
---脚注を出力するのにも使う
--各 block の上に \caption 又は \begin{longtable} しか無...
---此れ等の \end*** は省略する事が出来,其の場合は省略した...
-longtable 環境は,其れ其れの column の幅を aux file に書...
-(pasj00.cls での) longtable 環境は其れ自体が float とし...
-pasj00.cls で定義されている longtable 環境は, «The LaTeX...
--\caption command は, longtable 環境の冒頭で記述
--\LTleft, \LTpre 等の体裁を整える parameter は使用出来ない
--\begin{longtable} の option 引数 ([...] で指定する物)は...
--\kill command は使えない
-言い換えると, «The LaTeX companion» の訳書(アスキー, 199...
**参考文献 [#t851b600]
***基本的な書式 [#z32e10f5]
-雑誌の場合
--著者名 年号, 雑誌名, 巻, 頁
---Kaiser, N. 1984, ApJ, 284, L9
-単行本の場合
--著者名 年号, 書名 (所在地:出版社名) 本の章番号又は頁 (...
---Pacholczyk, A. G. 1970, Radio Astrophysics (San Franci...
-編者の在る本の場合
--著者名 年号, in 書名, ed. 編者名 (所在地:出版社名) 本の...
---Pearson, T. J., & Zensus, J. A. 1987, in Superluminal ...
-%%%on line 上の文献, data 等を引用する場合は,該当する物...
-''LaTeX 用の雑誌名略称一覧は[[此処:http://www.asj.or.jp/...
--ApJ (Astrophysical Journal) は Letters も含む
-何れの場合も著者名は,単名ならば姓,名の initial (複数の i...
-%%%著者が 9 人以上の時は, 1 人を書いた後は et al. として...
-編者名は,名の initial. 姓(著者名とは逆の順番)又は此れ等...
-雑誌や書籍の引用するのに頁番号を指定する場合は,単に頁番...
-順番を決める時の優先順位は,著者の''姓''の alphabet 順(人...
--姓が同じ時は名の initial の alphabet 順,第 1 著者が同じ...
-同一著者の同年の文献は,年号の後に「a, b, c...」を付けて...
-例
--Kaiser, N. 1984, ApJ, 284, L9
--Mo, H. J., Jing, Y. P., & White, S. D. M. 1997, MNRAS, ...
--Kikuchi,~S., et al. 1973, PASJ, 25, 555 (<<--著者が 9 ...
--Pacholczyk, A. G. 1970, Radio Astrophysics (San Francis...
--Pearson, TJ., & Zensus, J. A. 1987, in Superluminal Rad...
--此の様に出力するには,以下の様に入力
\begin{thebibliography}{}
\item Kaiser,~N. 1984, \apj, 284, L9
\item Mo,~H.~J., Jing,~Y.~P., \& White,~S.~D.~M. 1997,...
\item Kikuchi,~S., \etal\ 2000, \pasj, 25, 555 (<<--...
\item Pacholczyk,~A.~G. 1970, Radio Astrophysics (San ...
\item Pearson,~T.~J., \& Zensus,~J.~A. 1987, in Superl...
\end{thebibliography}
--此処で頻繁に使っている ~ (tilde) は, (1 番初めの文献を...
---此の \ を用いない場合, TeX は ed. を文の終わりと見做し...
--\apj, \mnras, \pasj は其れ其れ, ApJ, MNRAS, PASJ を表示...
---此の他, \ao と入力するだけで Appl. Opt. と表示される, ...
-pasj00.cls では,著者名や出版年を自動的に参照する macro ...
--例えば, Newton の「自然哲学の数学的原理」を引用する場合
\bibitem[Newton(1687)]{newt1687} Newton, I. 1687, Philos...
\cite{newt1687} → Newton 1687
\citep{newt1687} → (Newton 1687)
\citet{newt1687} → Newton (1687)
\authorcite{newt1687} → Newton
\yearcite{newt1687} → 1687
---\cite command の {} の中を comma で区切ると, semicolon...
-\bibitem の引数には [...] の中に著者名(出版年)と入れ(著...
-同一著者に依る同年の文献を参照する場合は,以下の通りに記載
--例:「Author, B.」と言う著者に依る同年の文献を 2 編引用...
\bibitem[Author(2001a)]{auth1a}
Author, B. 2001a \pasj, 53, 10
\bibitem[Author(2001b)]{auth1b}
Author, B. 2001b \pasj, 53, 100
---此の場合,本文中の引用は以下の通りに成る
\cite{auth1a} → Author 2001a
\citep{auth1b} → (Author 2001b)
\citet{auth1a} → Author (2001a)
\authorcite{auth1b} → Author
\yearcite{auth1a} → 2001a
***on line 上にしか無い文献や情報等の引用 [#p155f364]
-該当する物が容易且つ,半永久的に access 出来る物に限り引...
-%%%書誌情報が*有る* on line 上の文献等を引用する場合%%%
--on line 上にしか無い(紙出版が無い)雑誌,集録, Newsletter...
---例えば, on line 雑誌 "E-Journal" の Vol.100, 200 頁に...
--該当論文を本文で引用する箇所には以下の様に Footnote と...
---例えば,本文中では,「...described by Author (2003)^*. ...
-%%%書誌情報が*無い* on line 上の文献等を引用する場合%%%
--on line 上にしか無く,雑誌や集録等出版物としての体裁や書...
---例えば,或る観測情報を引用する場合,本文中では,「...the ...
***本文中での文献引用 [#z3ca6fb7]
-本文中での文献引用は,著者名(姓のみ)と論文年号を用いる
-%%%本文中に著者名の現れる場合[=括弧 "(...)" 外に著者名を...
--本文中に著者名が*現れる*場合,例えば「Aauthor (2003) exa...
--引用する論文が複数の著者によるものである場合、
---著者数が 3 人迄であれば全員の姓を明示
---& ではなく and を使う
---例) "Xauthor, Yauthor, and Zauthor (2003)"と表記する場合
\bibitem[Xauthor, Yauthor, and Zauthor (2003)]{authX}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
---4 人以上であれば 1 人明記し後は "et al."
---例) "Wauthor et al. (2003)"と表記する場合
\bibitem[Wauthor et al. (2003)]{authW}
Wauthor, W., Xauthor, X., Yauthor, Y., \& Zauthor, Z. 20...
-%%%本文中に著者名の現れない場合[=括弧 "(...)" 内に著者名...
--本文中に著者名が*現れない*場合,例えば「... recent study...
--引用する論文が複数の著者によるものである場合、
---著者数が 2 人迄であれば全員の姓を明示
---and ではなく & を使う
---例) "(Yauthor & Zauthor 2003)"と表記する場合
\bibitem[Yauthor & Zauthor (2003)]{authY}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
---3 人以上であれば 1 人明記し後は "et al."
---例) "(Wauthor et al. 2003)"と表記する場合
\bibitem[Xauthor et al. (2003)]{authX}
Xauthor, X., Yauthor, Y., \& Zauthor, Z. 2003 \pasj, 57,...
-但し,今の所 PASJ macro では "\bibitem" に続く "[ ](鍵括...
--何方か多く出現する方を記述
*投稿 [#c07e8a39]
**投稿論文 system [#ic412f68]
-http://mc.manuscriptcentral.com/pasj
**投稿する物 [#i2b68d59]
-LaTeX file
--''main LaTeX file を必ず最初に''
-class file
-画像 (eps file)
**upload 出来る file size [#p3d5aad6]
-60000 KB 迄
**投稿出来る file の種類 [#df1f9e0c]
-tex
-eps
-doc
-docx
ページ名: