Initial commit
[linuxnijmegen-latex.git] / pre.tex
1 \documentclass{beamer}
2
3 \usepackage[dutch]{babel}
4 \usepackage{textgreek}
5
6 \title[\LaTeX workshop]{\url{linuxnijmegen.nl} \LaTeX workshop}
7 \subtitle{Code beschikbaar op git\footnote{\scriptsize\url{%
8 https://ygdrassil.martlubbers.net/git/linuxnijmegen-latex.git/}}}
9 \author[Mart]{Mart Lubbers \footnote{\url{martlubbers.net}}}
10 \date{\today}
11
12 \AtBeginSubsection[]
13 {
14 \begin{frame}
15 \frametitle{Table of Contents}
16 \tableofcontents[currentsection,currentsubsection]
17 \end{frame}
18 }