1 \documentclass{article} 2 \let\sty\texttt 3 \begin{document} 4 \title{Coucou\footnote{Coucou} --- Toi\footnote{Toi}} 5 \author{Moi\thanks{Moi}} 6 \date{Aujourd'hui} 7 \maketitle 8 9 \begin{quote} 10 Default \hacha{} behavior for \sty{article}: all footnotes 11 together, cut at sections. 12 \end{quote} 13 \tableofcontents 14 \part{Grand un} 15 \section{\sty{Un \& vice}} 16 Un\footnote{un}. 17 \subsection{\sty{Un}-Un} 18 Un-Un~\footnote{un-un}. 19 \subsection{\sty{Un}-Deux} 20 Un-Deux~\footnote{un-deux}. 21 22 23 \subsection{Un-Trois} 24 Un-Trois~\footnote{un-trois}. 25 \subsubsection{Un-Trois-Un} 26 Un-Trois-Un~\footnote{un-trois-un}. 27 \subsubsection{Un-Trois-Deix} 28 Un-Trois-Deux~\footnote{un-trois-deux}. 29 30 31 32 \subsection{Un-Quatre} 33 Un-Quatre~\footnote{un-quatre}. 34 \section{Deux} 35 Deux\footnote{deux}. 36 \section{Trois} 37 Trois\footnote{trois}. 38 \part{Grand deux} 39 \section{Quatre} 40 Quatre\footnote{quatre}. 41 \end{document}