Text FormattingFootnotes and table of content

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Footnotes and table of content

Post by gwada74 »

Hello,

My section and some subsections have footnotes, I don't want them to appear in my table of content, How do I deal with it ?

Thanks in advance
Last edited by gwada74 on Sun Jan 09, 2011 8:54 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Footnotes and table of content

Post by frabjous »

You can use the optional parameter:

Code: Select all

\section[Title for Table of Contents]{Title for Body\footnote{Something}}
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Re: Footnotes and table of content

Post by gwada74 »

It is working perfectly, thanks
Post Reply