\documentclass[11pt,a4paper,oneside,titlepage]{report} \usepackage[latin1]{inputenc} \usepackage[english]{babel} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{graphicx} \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} \author{Niels Kooiman} \title{Writing an advanced report} \begin{document} \maketitle \tableofcontents \chapter{First chapter} \section{Eerste sectie} Text inside document But you can simply supply a footnote\footnote{Like this example} Also you can easily create a list Like so: \begin{itemize} \item First item \item Second item \item Third item \end{itemize} Or enumerate a list \begin{enumerate} \item First item \item Second item \item Third item \end{enumerate} Or a descriptive list \begin{description} \item[Sample] Example item \item[Unit] Example unit \end{description} \section{Tweede sectie} \begin{tabbing} Tabbing a special paragraph \end{tabbing} Some text and a \texttt{lot more words to come here.} \newpage \label{Mijn label} Label \dots Of een citaat: Een leuke functie $\sum length=\sqrt{ a^{2} + b^{2} + c^{2} }$ $\int\limits_a^b e=m\times c^{2}$ %\cite{Mijn label} \chapter{Second chapter} \section{Eerste sectie} Text inside document But you can simply supply a footnote\footnote{Like this example} \section{Tweede sectie} \chapter{Third chapter} \section{Eerste sectie} Text inside document But you can simply supply a footnote\footnote{Like this example} \section{Tweede sectie} \end{document} \end{document}
156100cookie-checkLaTeX example