next up previous
Next: Marking up text Up: LATEX - a short Previous: A small LATEX example

Structure your text with LATEX

\chapter{title}
\section{...}
\subsection{...}
\subsubsection{...}
\appendix{...}


addition of a * prevents numbering and inclusion in table of contents:
\subsection*{...}



Sascha Kriewel 2004-04-14