\copyrightTim \begin{frame}[fragile]{Sections} Het commando \mintinline{tex}{\section{SECTIONNAME}} maakt een heading (titel, kop, tussenkopje). Deze headings worden automatisch genummerd. Andere headings zijn: \begin{noindentlist} \item \mintinline{tex}{\subsection{} |,| \subsubsection{} |and| \paragraph{}} \end{noindentlist} \begin{minted}[highlightlines={3}, fontsize=\small]{tex} \documentclass[a4paper]{article} \begin{document} \section{How I tried to teach the Theory of Three Dimensions to my Grandson, and with what success} I awoke rejoicing, and began to reflect on the glorious career before me. I would go forth, methought, at once, and evangelize the whole of Flatland. Even to Women and Soldiers should the Gospel of Three Dimensions be proclaimed. I would begin with my Wife. \end{document} \end{minted} {\tiny Example text: ``Flatland'' by Edwin A. Abbott }\par \end{frame}