math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / manual / catacomb.tex
index 2a2d350..a811331 100644 (file)
@@ -1,7 +1,5 @@
 %%% -*-latex-*-
 %%%
-%%% $Id: catacomb.tex,v 1.1 1999/12/10 23:27:11 mdw Exp $
-%%%
 %%% Catacomb manual
 %%%
 %%% (c) 1999 Straylight/Edgeware
 %%% it under the terms of the GNU Library General Public License as
 %%% published by the Free Software Foundation; either version 2 of the
 %%% License, or (at your option) any later version.
-%%% 
+%%%
 %%% Catacomb is distributed in the hope that it will be useful,
 %%% but WITHOUT ANY WARRANTY; without even the implied warranty of
 %%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 %%% GNU Library General Public License for more details.
-%%% 
+%%%
 %%% You should have received a copy of the GNU Library General Public
 %%% License along with Catacomb; if not, write to the Free
 %%% Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 %%% MA 02111-1307, USA.
 
-%%%----- Revision history ---------------------------------------------------
-%%%
-%%% $Log: catacomb.tex,v $
-%%% Revision 1.1  1999/12/10 23:27:11  mdw
-%%% Embryonic library reference manual.
-%%%
-
 \documentclass[numbering]{strayman}
 \usepackage[T1]{fontenc}
 \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts}
 \usepackage{mdwlist}
 \usepackage{mdwtab}
 \usepackage{mdwmath}
+\usepackage{mathenv}
 \usepackage{sverb}
 \usepackage{syntax}
 \usepackage{url}
   \par\nobreak\@nobreaktrue%
 }
 
+\show\tab@colstack
 \newcolumntype\!{!{\vline \qquad \qquad \vline}}
 
 \def\mp{\mathop{\operator@font MP}}
 
+\def\jacobi#1#2{{{#1}\overwithdelims()#2}}
+
 \def\mont#1{\tilde{#1}}
 
 \def\mm{\mathit{mm}}
 
 %%%----- That's all, folks --------------------------------------------------
 
-%%% Local Variables: 
+%%% Local Variables:
 %%% mode: latex
 %%% TeX-master: t
-%%% End: 
+%%% End: