少しもやもやでの 練習 というのは 使い かた不明の 状態で使用するということです。
まず TeX ファイル (source code)を 見てみましょう。
\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\begin{thebibliography}{1}
\bibitem{lamport94} ``\LaTeX\ : a document preparation % key : lamport94
system'', Leslie Lamport, 2nd edition (updated for
\LaTeXe), Addison-Wesley (1994).
\bibitem{kopka95} ``A Guide to \LaTeX2e: document % key : kopka95
preparation for beginners and advanced users'',
Helmut Kopka and Patrick W. Daly, Addison-Wesley (1995).
\bibitem{goossens94} ``The \LaTeX\ Companion'', % key : goossens94
Michel Goossens, Frank Mittelbach and
Alexander Samarin, Addison-Wesley, (1994).
\end{thebibliography}
\end{document}

まず TeX ファイル (source code)を 見てみましょう。
\documentclass[a5paper,12pt]{article}
\begin{document}
\begin{thebibliography}{1}
\bibitem{lamport94} ``\LaTeX\ : a document preparation
system'', Leslie Lamport, 2nd edition (updated for
\LaTeXe), Addison-Wesley (1994).
\bibitem{kopka95} ``A Guide to \LaTeX2e: document
preparation for beginners and advanced users'',
Helmut Kopka and Patrick W. Daly, Addison-Wesley (1995).
\bibitem{goossens94} ``The \LaTeX\ Companion'',
Michel Goossens, Frank Mittelbach and
Alexander Samarin, Addison-Wesley, (1994).
\end{thebibliography}
\end{document}

”key”に 該当するものは 見当たらない。 数字 ”[1]...[3]”が表示され ている。和文 は”参考文献”英文は ”References”になっている。
にゃんたろう 拝!
2008年 7月 9日 (水) 21:00:11 JST 作成