1 \documentclass{book} 2 \usepackage{hevea} 3 \begin{document} 4 \title{Coucou\footnote{Coucou} --- Toi\footnote{Toi}} 5 \author{Moi\thanks{Moi}} 6 \date{Aujourd'hui} 7 \maketitle 8 \begin{quote} 9 Default \hacha{} behavior for \texttt{book}: 10 \begin{enumerate} 11 \item Title footnotes in this file\footnote{This one in extra file}. 12 \item Cut at chapters. 13 \item Chapter footnotes at the end of chapter files. 14 \end{enumerate} 15 \end{quote} 16 \tableofcontents 17 \part{Grand un} 18 \chapter{Un} 19 Un\footnote{un}. 20 \chapter{Deux} 21 Deux\footnote{deux}. 22 \chapter{Trois} 23 Trois\footnote{There was a slight glitch, this footnote \emph{should} 24 appear at the end of its chapter file}. 25 \part{Grand deux\footnote{strange, in its own file.}} 26 \chapter{Quatre} 27 \section{Quatre.Un} 28 Quatre\footnote{quatre.un}. 29 \section{Quatre.Deux} 30 Quatre\footnote{quatre.deux}. 31 \end{document}