Hello,
Does anyone know how to put a footnote in a subsubsection??
Thanks.
General ⇒ footnote on subsubsection
NEW: TikZ book now 40% off at Amazon.com for a short time.
footnote on subsubsection
Hi,
protect the \footnote command (you will also probably have to use the optional argument of the \subsubsection command to prevent the footnote from appearing in the ToC). Take a look at the following example:
protect the \footnote command (you will also probably have to use the optional argument of the \subsubsection command to prevent the footnote from appearing in the ToC). Take a look at the following example:
Code: Select all
\documentclass{article}
\begin{document}
\tableofcontents
\section{Test section}
\subsection{Test subsection}
\subsubsection[Test subsubsection]{Test subsubsection\protect\footnote{The footnote text.}}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...