LaTeX
-experts, I use package
endnotes
to get the about 350 footnotes of my extarticle
document into a list by \theendnotes
and \let\footnote=\endnote
. This works perfectly. My question: How can I separate the long list by headlines, telling where the notes belong to? This would make manual searchback easier and the list would look much friendlier.
My present workarond ist to put
\footnote{\rule{0mm}{3ex}\small \bf In: <Section headline> (S. \pageref{section label})}
directly in front of the chapter's first meaningful headline - abusing this footnote as headdline in the list.Kind regards
Lamp73