X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=deliverables%2Fp1%2Fpre.tex;h=5cc364c6aa194bf0bfd41dc245e517370212745b;hb=ef60df23f759937906b8a36bce4485681c35e903;hp=c1a127b96e24613d7351bb196402b2318d41979e;hpb=455c31ab5f8222a5a8f273f7a7703e7485690438;p=cc1516.git diff --git a/deliverables/p1/pre.tex b/deliverables/p1/pre.tex index c1a127b..5cc364c 100644 --- a/deliverables/p1/pre.tex +++ b/deliverables/p1/pre.tex @@ -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{ ::= 'and' }} \author[P. Jager, M. Lubbers]{Pim Jager\inst{1}\and Mart Lubbers\inst{1}} \institute[Radboud University]{% \inst{1}% @@ -19,3 +14,18 @@ } \subject{Parser} \date{\today} + +\AtBeginSection[]{% + \begin{frame} + \frametitle{Table of Contents} + \tableofcontents[currentsection] + \end{frame} +} + +\lstset{% + basicstyle=\ttfamily\footnotesize, + breaklines +} + +\usetheme{Warsaw} +\usecolortheme{beaver}