# HG changeset patch
# User Christian Urban <christian dot urban at kcl dot ac dot uk>
# Date 1444309578 -3600
# Node ID 22b5294daa2a7a6d1369ca51e8b6db46819f0cbc
# Parent  a98794b11ac4f25b003216244d19a7731398bdd6
updated hws

diff -r a98794b11ac4 -r 22b5294daa2a hws/hw01.pdf
Binary file hws/hw01.pdf has changed
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw02.pdf
Binary file hws/hw02.pdf has changed
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw02.tex
--- a/hws/hw02.tex	Mon Oct 05 04:05:20 2015 +0100
+++ b/hws/hw02.tex	Thu Oct 08 14:06:18 2015 +0100
@@ -5,6 +5,8 @@
 
 \section*{Homework 2}
 
+\HEADER
+
 \begin{enumerate}
 \item What is the language recognised by the regular expressions
   $(\varnothing^*)^*$.
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw03.pdf
Binary file hws/hw03.pdf has changed
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw03.tex
--- a/hws/hw03.tex	Mon Oct 05 04:05:20 2015 +0100
+++ b/hws/hw03.tex	Thu Oct 08 14:06:18 2015 +0100
@@ -6,6 +6,8 @@
 
 \section*{Homework 3}
 
+\HEADER
+
 \begin{enumerate}
 \item What is a regular language? Are there alternative ways to define this
   notion? If yes, give an explanation why they define the same notion.
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw04.pdf
Binary file hws/hw04.pdf has changed
diff -r a98794b11ac4 -r 22b5294daa2a hws/hw04.tex
--- a/hws/hw04.tex	Mon Oct 05 04:05:20 2015 +0100
+++ b/hws/hw04.tex	Thu Oct 08 14:06:18 2015 +0100
@@ -6,6 +6,8 @@
 
 \section*{Homework 4}
 
+\HEADER
+
 \begin{enumerate}
 
 \item If a regular expression $r$ does not contain any occurrence of $\varnothing$,  
diff -r a98794b11ac4 -r 22b5294daa2a slides/beamerthemeplaincu.sty
--- a/slides/beamerthemeplaincu.sty	Mon Oct 05 04:05:20 2015 +0100
+++ b/slides/beamerthemeplaincu.sty	Thu Oct 08 14:06:18 2015 +0100
@@ -60,7 +60,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Frametitles
 
-\setbeamerfont{frametitle}{size={\LARGE}}
+\setbeamerfont{frametitle}{size=\linespread{0.85}{\LARGE}}
 \setbeamerfont{frametitle}{family={\fontspec{Hoefler Text Black}}}
 %\setbeamerfont{frametitle}{family={\usefont{T1}{ptm}{b}{n}}
 \setbeamercolor{frametitle}{fg=ProcessBlue,bg=white}
diff -r a98794b11ac4 -r 22b5294daa2a style.sty
--- a/style.sty	Mon Oct 05 04:05:20 2015 +0100
+++ b/style.sty	Thu Oct 08 14:06:18 2015 +0100
@@ -44,4 +44,15 @@
 
 \newcommand{\HEADER}{{\bf Please submit your solutions via email. Please submit 
 only ASCII text or PDFs. Every solution should be preceeded by the corresponding 
-question. Solutions will only be accepted until 30th December!}\bigskip}
+question, like:
+
+\begin{center}
+\begin{tabular}{ll}
+Q$n$: & \ldots a difficult question from me\ldots\\
+A:    & \ldots an answer from you \ldots\\
+Q$n+1$ & \ldots another difficult question\ldots\\
+A:     & \ldots another brilliant answer from you\ldots
+\end{tabular}
+\end{center}
+
+\noindent Solutions will only be accepted until 30th December!}\bigskip}