引用 ”cite” を 使った例 複数の場合他
まず TeX ファイル (source code)を 見てみましょう。再掲 ”~ ”を 使っ て 不本意 な改行を 防いでいます。
\documentclass[a5paper,12pt]{article} \begin{document} \section{cite} For more information about writing bibliographies see~\cite{kopka95,goossens94}. % カンマで区切る For more information about writing bibliographies see Lamport \emph{et al.}~\cite[Chapter~13]{lamport94}. % 文字列を 追加 オプション \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}
これは 1回で 出来ないようです。
$ platex 0126.tex This is pTeX, Version 3.14159-p3.1.3 (euc) (Web2C 7.4.5) (./0126.tex pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0) (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2001/04/21 v1.4e Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) No file 0126.aux. LaTeX Warning: Citation `kopka95' on page 1 undefined on input line 7. LaTeX Warning: Citation `goossens94' on page 1 undefined on input line 7. Overfull \hbox (10.05266pt too wide) in paragraph at lines 6--8 \OT1/cmr/m/n/12 For more in-for-ma-tion about writ-ing bib-li-ogra-phies see [ ], LaTeX Font Warning: Font shape `JY1/gt/m/it' undefined (Font) using `JY1/gt/m/n' instead on input line 10. LaTeX Font Warning: Font shape `JT1/gt/m/it' undefined (Font) using `JT1/gt/m/n' instead on input line 10. LaTeX Warning: Citation `lamport94' on page 1 undefined on input line 10. Underfull \hbox (badness 1281) in paragraph at lines 14--17 \OT1/cmr/m/n/12 Lam-port, 2nd edi-tion (up-dated for []), Underfull \hbox (badness 2285) in paragraph at lines 22--25 \OT1/cmr/m/n/12 Mit-tel-bach and Alexan-der Samarin, Addison- [1] (./0126.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on 0126.dvi (1 page, 1360 bytes). Transcript written on 0126.log.
気にせずに もう一回
$ platex 0126.tex This is pTeX, Version 3.14159-p3.1.3 (euc) (Web2C 7.4.5) (./0126.tex pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0) (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2001/04/21 v1.4e Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (./0126.aux) Overfull \hbox (9.5526pt too wide) in paragraph at lines 6--8 \OT1/cmr/m/n/12 For more in-for-ma-tion about writ-ing bib-li-ogra-phies see [[ ], LaTeX Font Warning: Font shape `JY1/gt/m/it' undefined (Font) using `JY1/gt/m/n' instead on input line 10. LaTeX Font Warning: Font shape `JT1/gt/m/it' undefined (Font) using `JT1/gt/m/n' instead on input line 10. Underfull \hbox (badness 1281) in paragraph at lines 14--17 \OT1/cmr/m/n/12 Lam-port, 2nd edi-tion (up-dated for []), Underfull \hbox (badness 2285) in paragraph at lines 22--25 \OT1/cmr/m/n/12 Mit-tel-bach and Alexan-der Samarin, Addison- [1] (./0126.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) Output written on 0126.dvi (1 page, 1308 bytes). Transcript written on 0126.log.
”font”について色々 おしかりを 受けますが 見えない事は ないでせう。
$ xdvi 0126.dvi &
”font”について 吟味を しないと 本当は いけないのですが 和猫 にはそ んな能力 は無いのです。みえれば十分ということにしておきます。
にゃんたろう 拝!
2008年 7月 9日 (水) 21:00:11 JST 作成