\chapter{Introduction}\label{introduction}
This is a simple example \LaTeX{} document.
It can be used as a template for reports, documentations and theses.

\section{How to do todos}
The \verb+todonotes+ package is very useful.
It can produce \verb+todo+ bubbles \todo{a todo bubble} inline \verb+todos+ \todo[inline]{an inline todo} and pseudo pictures.
\missingfigure{add a real figure}

\section{Plotting with \LaTeX{}}
The \verb+pgfplots+ package can be used to create plots.
\begin{figure}
\input{plots/sizevarplot}
\end{figure}

\section{citing}
Use bibtex for citing \cite{Hairer1996} purposes. 
It makes life much easier\cite{Kenwright2012}.