X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=deliverables%2Fp1%2Fpre.tex;h=5cc364c6aa194bf0bfd41dc245e517370212745b;hb=f5e125920d85bc53eda7b51f3f03e89fcaf3a0ce;hp=06184f209a1295b9b437ea8a1643f10df4f7f1db;hpb=b4636110ab65f233ed40d4390b62c7799df3c949;p=cc1516.git diff --git a/deliverables/p1/pre.tex b/deliverables/p1/pre.tex index 06184f2..5cc364c 100644 --- a/deliverables/p1/pre.tex +++ b/deliverables/p1/pre.tex @@ -1,14 +1,11 @@ \documentclass{beamer} -\AtBeginSection[]{% - \begin{frame} - \frametitle{Table of Contents} - \tableofcontents[currentsection] - \end{frame} -} +\usepackage{xcolor} +\usepackage{listings} +\usepackage{clean} -\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}% @@ -17,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}