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
Vive como se fosse morrer amanhã.
Estude como se fosse viver para sempre.
Einstein

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.