Dictionary added
[linuxnijmegen-python.git] / pre.tex
1 \documentclass{beamer}
2
3 \usepackage{color}
4 \usepackage{minted}
5 \usepackage{graphicx}
6
7 \title[Python]{The Python programming language}
8 \author[Lubbers]{M. Lubbers}
9 \date[LUGN43]{\today}
10 \subject{Python}
11
12 \graphicspath{{./img/}}
13
14 \setminted{%
15 }
16
17 \AtBeginSection[]{%
18 \begin{frame}
19 \frametitle{Table of Contents}
20 \tableofcontents[currentsection]
21 \end{frame}
22 }