math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / manual / catacomb.tex
... / ...
CommitLineData
1%%% -*-latex-*-
2%%%
3%%% Catacomb manual
4%%%
5%%% (c) 1999 Straylight/Edgeware
6%%%
7
8%%%----- Licensing notice ---------------------------------------------------
9%%%
10%%% This file is part of Catacomb.
11%%%
12%%% Catacomb is free software; you can redistribute it and/or modify
13%%% it under the terms of the GNU Library General Public License as
14%%% published by the Free Software Foundation; either version 2 of the
15%%% License, or (at your option) any later version.
16%%%
17%%% Catacomb is distributed in the hope that it will be useful,
18%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
19%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20%%% GNU Library General Public License for more details.
21%%%
22%%% You should have received a copy of the GNU Library General Public
23%%% License along with Catacomb; if not, write to the Free
24%%% Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
25%%% MA 02111-1307, USA.
26
27\documentclass[numbering]{strayman}
28\usepackage[T1]{fontenc}
29\usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts}
30\usepackage{mdwlist}
31\usepackage{mdwtab}
32\usepackage{mdwmath}
33\usepackage{mathenv}
34\usepackage{sverb}
35\usepackage{syntax}
36\usepackage{url}
37\usepackage{cmtt}
38\usepackage{amstext}
39
40\errorcontextlines=99
41
42\shortverb\|
43
44\makeatletter
45
46\def\defaultdesc{%
47 \desclabelwidth{80pt}%
48 \desclabelstyle\nextlinelabel%
49 \def\makelabel##1{\bfseries##1\hfil}%
50}
51
52\def\description{\basedescript{\let\makelabel\bfseries}}
53\let\enddescription\endbasedescript
54\let\listingsize\relax
55
56\let\unit\textsf
57\let\hdr\url
58\def\code#1{\mtt{\syn@ttspace#1}}
59
60\def\fsec#1{%
61 \par%
62 \textbf{#1}%
63 \par\nobreak\@nobreaktrue%
64}
65
66\show\tab@colstack
67\newcolumntype\!{!{\vline \qquad \qquad \vline}}
68
69\def\mp{\mathop{\operator@font MP}}
70
71\def\jacobi#1#2{{{#1}\overwithdelims()#2}}
72
73\def\mont#1{\tilde{#1}}
74
75\def\mm{\mathit{mm}}
76\def\vl{\mathit{vl}}
77\def\av{\mathit{av}}
78\def\avl{\mathit{avl}}
79\def\bv{\mathit{bv}}
80\def\bvl{\mathit{bvl}}
81\def\dv{\mathit{dv}}
82\def\dvl{\mathit{dvl}}
83\def\qv{\mathit{qv}}
84\def\qvl{\mathit{qvl}}
85\def\rv{\mathit{rv}}
86\def\rvl{\mathit{rvl}}
87\def\sz{\mathit{sz}}
88
89\makeatother
90
91\title[Catacomb]{Catacomb \\ A cryptographic library}
92\author{Mark Wooding}
93
94\begin{document}
95\maketitle
96\frontmatter
97\tableofcontents
98\mainmatter
99\include{mp}
100\end{document}
101
102%%%----- That's all, folks --------------------------------------------------
103
104%%% Local Variables:
105%%% mode: latex
106%%% TeX-master: t
107%%% End: