Various small fixes.
[doc/ips] / ips.tex
1 %%% -*-latex-*-
2 %%%
3 %%% Main document sequencing for IPS course
4
5 \documentclass{ips}
6
7 \title{Introduction to Provable Security}
8 \author{Mark Wooding}
9
10 \begin{document}
11
12 \maketitle
13
14 \ifarticle\else
15 \begin{slide}
16 \emptyslide
17 \noindent\vadjust{}
18 \vfil
19 \centerline{\sffamily\bfseries\huge Introduction to Provable Security}
20 \vfil
21 \leavevmode\hfill{\sffamily\bfseries\large Mark Wooding}
22 \vfil
23 \end{slide}
24 \fi
25
26 \tableofcontents
27
28 \include{basics}
29
30 \include{auth-mac}
31 \include{auth-sig}
32
33 \include{enc-intro}
34 \include{enc-pub}
35 \include{enc-symm}
36 \include{enc-ies}
37
38 %% \include{zk}
39 %% \include{chan}
40
41 \ifipsanswers\section{Answers to exercises}\answers\fi
42
43 \section{Acknowledgements}
44
45 A great deal of the material covered here, particularly the earlier stuff, is
46 derived from \cite{Goldwasser:1999:LNC}. Of course, any errors are mine
47 alone.
48
49 \xcalways\def\bibl{\bibliography{mdw-crypto,cryptography2000,cryptography}}\x
50 \ifarticle\bibl\else
51 \begin{slide}
52 \head{References} \sectionmark{References}
53 \bibl
54 \end{slide}
55 \fi
56
57 \end{document}
58
59 %%% Local Variables:
60 %%% mode: latex
61 %%% TeX-master: t
62 %%% End: