Merge branch 'master' of https://github.com/dopefishh/cc1516
[cc1516.git] / deliverables / p1 / pre.tex
index c1a127b..5cc364c 100644 (file)
@@ -1,16 +1,11 @@
 \documentclass{beamer}
 
+\usepackage{xcolor}
+\usepackage{listings}
 \usepackage{clean}
 
-\AtBeginSection[]{%
-       \begin{frame}
-               \frametitle{Table of Contents}
-               \tableofcontents[currentsection]
-       \end{frame}
-}
-
-\title[P1]{Lexical Analysis and Parsing}
-%\subtitle{}
+\title[cc1516: Lexing \& Parsing]{SPL}
+\subtitle{\texttt{<spl> ::= <spl> <lexer> 'and' <parser>}}
 \author[P. Jager, M. Lubbers]{Pim Jager\inst{1}\and Mart Lubbers\inst{1}}
 \institute[Radboud University]{%
        \inst{1}%
 }
 \subject{Parser}
 \date{\today}
+
+\AtBeginSection[]{%
+       \begin{frame}
+               \frametitle{Table of Contents}
+               \tableofcontents[currentsection]
+       \end{frame}
+}
+
+\lstset{%
+       basicstyle=\ttfamily\footnotesize,
+       breaklines
+}
+
+\usetheme{Warsaw}
+\usecolortheme{beaver}