General ⇒ Remove Footnote From TableOfContents
-
- Posts: 5
- Joined: Wed Jun 08, 2011 1:08 am
Remove Footnote From TableOfContents
But i am with a problem.
when i use the \footnote some how the table of content add a page number where it happen.
is any way of remove the footnotes from table of contents?
Thank you in advanced!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Remove Footnote From TableOfContents
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 5
- Joined: Wed Jun 08, 2011 1:08 am
Remove Footnote From TableOfContents
Here is a screen shot :

And the code.
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{wrapfig}
\usepackage{helvet}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\end{titlepage}
\setcounter{secnumdepth}{-1}
\setcounter{tocdepth}{3}
{ \vspace*{5cm} }
\tableofcontents
\newpage
{ \vspace*{5cm} }
\section{Objectivos Propostos}
\paragraph{\normalfont \indent O sistema de programação \textit{Lejos} permite desenvolver robots \textit{LEGO}\footnote{O sistema LEGO é um brinquedo cujo conceito se baseia em partes que se encaixam permitindo inúmeras combinações.} na linguagem de programação \textit{java}.}
\newpage
\end{document}
Re: Remove Footnote From TableOfContents
-
- Posts: 5
- Joined: Wed Jun 08, 2011 1:08 am