SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

$\LaTeX$ III
Quando eu dou de comer aos pobres
Me chamam de santo
Quando eu pergunto por que eles são pobres
Me chamam de comunista
Dom Helder Câmera

Automatic Listing of Content

  1. Table of Contents: \tableofcontents
  2. List of Figures: \listoffigures

    \begin{figure}
    ...
    \end{figure}

    Don't confuse with \includegraphics{}
  3. List of Tables: \listoftables

    \begin{table}
    ...
    \end{table}

    Don't confuse with \begin{tabular}\end{tabular}
LaTeX Listing: ToC.tex. PDF   ZIP*  
\documentclass{article}

\title{\LaTeX \& Friends}

\author{Prof. Ole Peter Smith, IME/UFG}

\begin{document}

\maketitle

\tableofcontents

\listoffigures
\listoftables

%
%....
%

\end{document}
Messages:
0 secs.