Last Update: "2006/09/18 11:43:18 makoto"
ja-ptex-bin
jpbibtex
- BibTeX と bibtex-mode, reftex-mode の使い方
-
http://www.fan.gr.jp/~ring/doc/bibtex.html
参考文献の章は例えば
hoge.tex の中に
次のように書きます。
\bibliographystyle{jplain}
\bibliography{foo}
これにより platex が作成した
hoge.aux と
予め作成してある foo.bib を参照します。その様子は次の
ように表示されます。
The top-level auxiliary file: hoge.aux
The style file: jplain.bst
Database file #1: foo.bib
この中で定義している文献を参照する時には、その中の名前を
使って
\cite{literature-name}
とします。
bibjtex を処理するには次のようにします。
platex hoge.tex
pjbibtex hoge
platex hoge.tex
platex hoge.tex
|