19 lines
414 B
TeX
19 lines
414 B
TeX
\documentclass{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{babel}
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\tableofcontents
|
|
\section{Truffle hunt}
|
|
The first section.
|
|
\subsection{Hunt with a pig}
|
|
A subsection.
|
|
\subsection{Hunt without a pig}
|
|
Another subsection.
|
|
\subsubsection[But why?]{Why would you do that?}
|
|
Sub-subsection.
|
|
\section{Truffle recipes}
|
|
My favorite recipe
|
|
\end{document}
|