Put bibliography database list in one place.
[doc/ips] / ips.tex
CommitLineData
41761fdc 1%%% -*-latex-*-
2%%%
3%%% Main document sequencing for IPS course
4
76f457cb 5\documentclass{ips}
41761fdc 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
76f457cb 41\ifipsanswers\section{Answers to exercises}\answers\fi
41761fdc 42
43\section{Acknowledgements}
44
45A great deal of the material covered here, particularly the earlier stuff, is
46derived from \cite{Goldwasser:1999:LNC}. Of course, any errors are mine
47alone.
48
fa9e486e 49\xcalways\def\bibl{\bibliography{mdw-crypto,cryptography2000,cryptography}}\x
50\ifarticle\bibl\else
41761fdc 51\begin{slide}
52 \head{References} \sectionmark{References}
fa9e486e 53 \bibl
41761fdc 54\end{slide}
55\fi
56
57\end{document}
58
59%%% Local Variables:
60%%% mode: latex
61%%% TeX-master: t
62%%% End: