updated all
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 05 Dec 2014 01:00:34 +0000
changeset 317 a61b50c5d57f
parent 316 76678ad5079d
child 318 7975e4f0d4de
updated all
coursework/cw01.pdf
coursework/cw02.pdf
coursework/cw03.pdf
coursework/cw04.pdf
coursework/cw05.pdf
coursework/cw05.tex
handouts/ho01.pdf
handouts/ho02.pdf
handouts/ho03.pdf
handouts/ho04.pdf
handouts/ho05.pdf
handouts/ho06.pdf
handouts/notation.pdf
handouts/scala-ho.pdf
hws/hw01.pdf
hws/hw02.pdf
hws/hw03.pdf
hws/hw04.pdf
hws/hw05.pdf
hws/hw06.pdf
hws/hw07.pdf
hws/hw08.pdf
hws/hw09.pdf
hws/proof.pdf
mk
slides/slides01.pdf
slides/slides02.pdf
slides/slides03.pdf
slides/slides04.pdf
slides/slides05.pdf
slides/slides06.pdf
slides/slides07.pdf
slides/slides08.pdf
slides/slides09.pdf
slides/slides10.pdf
Binary file coursework/cw01.pdf has changed
Binary file coursework/cw02.pdf has changed
Binary file coursework/cw03.pdf has changed
Binary file coursework/cw04.pdf has changed
Binary file coursework/cw05.pdf has changed
--- a/coursework/cw05.tex	Wed Dec 03 00:23:54 2014 +0000
+++ b/coursework/cw05.tex	Fri Dec 05 01:00:34 2014 +0000
@@ -214,7 +214,7 @@
     by (simp (no_asm) add: Star_def) blast
 qed
 \end{lstlisting}
-\caption{An Isabelle proof about the function \pcode{zeroable}.\label{proof}}
+\caption{An Isabelle proof about the function \texttt{zeroable}.\label{proof}}
 \end{figure}
 
 \end{document}
Binary file handouts/ho01.pdf has changed
Binary file handouts/ho02.pdf has changed
Binary file handouts/ho03.pdf has changed
Binary file handouts/ho04.pdf has changed
Binary file handouts/ho05.pdf has changed
Binary file handouts/ho06.pdf has changed
Binary file handouts/notation.pdf has changed
Binary file handouts/scala-ho.pdf has changed
Binary file hws/hw01.pdf has changed
Binary file hws/hw02.pdf has changed
Binary file hws/hw03.pdf has changed
Binary file hws/hw04.pdf has changed
Binary file hws/hw05.pdf has changed
Binary file hws/hw06.pdf has changed
Binary file hws/hw07.pdf has changed
Binary file hws/hw08.pdf has changed
Binary file hws/hw09.pdf has changed
Binary file hws/proof.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mk	Fri Dec 05 01:00:34 2014 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+subdirs="slides hws slides coursework handouts" 
+
+for sd in $subdirs; do
+  cd $sd
+  for fl in *.tex; do
+     xelatex $fl
+  done
+  cd ..
+done
\ No newline at end of file
Binary file slides/slides01.pdf has changed
Binary file slides/slides02.pdf has changed
Binary file slides/slides03.pdf has changed
Binary file slides/slides04.pdf has changed
Binary file slides/slides05.pdf has changed
Binary file slides/slides06.pdf has changed
Binary file slides/slides07.pdf has changed
Binary file slides/slides08.pdf has changed
Binary file slides/slides09.pdf has changed
Binary file slides/slides10.pdf has changed