endnotesで作った文末脚注を目次に表示するには

名前: aa
日時: 2006-01-11 05:42:50
IPアドレス: 220.211.115.*

endnotesで作成した文末脚注(章末脚注)が 目次のリストに表示されません。 目次に「脚注」と表示させるには, どのようにすれば良いのでしょうか。 具体的に下のプログラムで 以下のように目次が表示されることを望んでいます。 ------------ 1. section1...1 2. section2...1 脚注...1 ------------ \documentclass[fleqn,12pt,a4paper]{jsarticle} %%endnotes の設定 \usepackage{endnotes} \let\footnote=\endnote \renewcommand{\enotesize}{\normalsize} \renewcommand{\notesname}{脚注} \begin{document} %目次の出力 \tableofcontents %内容 \section{section1} aa\footnote{脚注1} \section{section2} aa\footnote{脚注2} %脚注 \begingroup \parindent 30pt \parskip 2ex \def\ennotesize{\normalsize} \theendnotes \endgroup \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)