Re: Bibliography のページを目次に入れるには?

名前: kd
日時: 2006-12-12 11:44:05
IPアドレス: 192.51.44.*

>>46236 ご教示をいただき,どうもありがとうございました. >>以下は参考になりますか。 >>http://www.nsknet.or.jp/~tony/TeX/faq/macro.htm#bibliography 下記のように addcontentsline を追加してうまくできました. \documentclass{book} \begin{document} \tableofcontents \begin{thebibliography}{9} \addcontentsline{toc}{chapter}{\bibname} % added for (j)report and (j)book % \addcontentsline{toc}{section}{\refname} % added for (j)article \bibitem{KalmanRE1960} R.~E. Kalman, ``A new approach to linear filtering and prediction problems,'' \emph{Trans. ASME -- J. Basic Eng.}, vol.~82, no.~1, pp. 35--45, 1960. \end{thebibliography} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます。適宜改行を入れてください)