|
Tue
11
Jul '06
|
I wanted to add a footnote to the chapter title in my thesis. You might think this would work:
\chapter{blah \footnote{this is a footnote.}}
But it actually does not. I figured this out:
\chapter{blahprotectfootnote{this is a footnote.}}
But this also puts the footnote in the TOC. If this is not what you want, you might do this:
\chapter[blah]{blahprotectfootnote{this is a footnote.}}
August 18th, 2008 at 8:16 am
hey thanks, that’s exactly what I was looking for.
July 29th, 2009 at 3:29 am
Also thanks for this, could not find it from my manual.
September 17th, 2009 at 4:45 am
Wonderful. I used it to put a footnote on the title of a \subsection inside a \chapter and it works!
March 1st, 2010 at 10:30 am
Thanks very much!! very useful
May 14th, 2010 at 4:59 pm
With \footnote in the title section, the number will be too big.
A better format is like this:
\chapter [Short or Full Title (mandatory)] {Full Title {\Large $^{FootnoteNumber}$} }
\label{Label}
\setcounter{footnote}{FootnoteNumber}
\footnotetext{Footnote}
December 31st, 2011 at 6:48 pm
Perfect! Thanks! (also, thanks quest of this ladylike article
)