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