final slides
[linuxnijmegen-latex.git] / pre.tex
1 \documentclass{beamer}
2
3 \usepackage[dutch]{babel}
4 \usepackage[labelformat=empty]{caption}
5 \usepackage{booktabs}
6 \usepackage{color}
7 \usepackage{algorithm2e}
8 \usepackage{listings}
9 \usepackage{textgreek}
10
11 \title[\LaTeX workshop]{\url{linuxnijmegen.nl} \LaTeX workshop}
12 \subtitle{Code beschikbaar op git\footnote{\scriptsize\url{%
13 https://ygdrassil.martlubbers.net/git/linuxnijmegen-latex.git/}}}
14 \author[Mart]{Mart Lubbers \footnote{\url{martlubbers.net}}}
15 \date{\today}
16
17 \definecolor{mygreen}{rgb}{0,0.6,0}
18
19 \lstset{%
20 language=[LaTeX]tex,
21 basicstyle=\small,
22 breaklines=true,
23 commentstyle=\color{mygreen},
24 keepspaces=true,
25 columns=flexible,
26 tabsize=2
27 }
28
29 \AtBeginSubsection[]
30 {
31 \begin{frame}
32 \frametitle{Table of Contents}
33 \tableofcontents[currentsection,currentsubsection]
34 \end{frame}
35 }