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