added some slides
[cc1516.git] / deliverables / p1 / pre.tex
1 \documentclass{beamer}
2
3 \usepackage{listings}
4
5 \title[cc1516: Lexing \& Parsing]{SPL}
6 \subtitle{SPL: Lexical Analysis and Parsing}
7 \author[P. Jager, M. Lubbers]{Pim Jager\inst{1}\and Mart Lubbers\inst{1}}
8 \institute[Radboud University]{%
9 \inst{1}%
10 Computer Science: Software Science\\
11 Radboud University
12 }
13 \subject{Parser}
14 \date{\today}
15
16 \AtBeginSection[]{%
17 \begin{frame}
18 \frametitle{Table of Contents}
19 \tableofcontents[currentsection]
20 \end{frame}
21 }
22
23 \lstset{%
24 basicstyle=\ttfamily\footnotesize,
25 breaklines
26 }
27
28 \usetheme{Warsaw}
29 \usecolortheme{beaver}