started off
[linuxnijmegen-python.git] / pre.tex
1 \documentclass{beamer}
2
3 \usepackage{minted}
4
5 \title[Python]{The Python programming language}
6 \author[Lubbers]{M. Lubbers}
7 \date[LUGN43]{\today}
8 \subject{Python}
9
10 \AtBeginSection[]{%
11 \begin{frame}
12 \frametitle{Table of Contents}
13 \tableofcontents[currentsection]
14 \end{frame}
15 }