From: Guido van Rossum Date: Mon, 1 Aug 1994 12:39:35 +0000 (+0000) Subject: Merge lost alpha100 revision X-Git-Tag: v1.1~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7af5a0816830dfaed0e123281a1f2622d5a2301;p=thirdparty%2FPython%2Fcpython.git Merge lost alpha100 revision --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 398c2f33b1c0..c4fa2d8ece54 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -12,9 +12,6 @@ \parindent = 0mm \parskip = 2mm -% Frequently used system name -%\newcommand{\UNIX}{U{\sc nix}} - % Variable used by begin code command \newlength{\codewidth} @@ -178,6 +175,9 @@ \newif\iftexi\texifalse %not supported yet%\newif\iflatex\latextrue +\newenvironment{tableii}[4]{\begin{center}\def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}\begin{tabular}{#1}\hline#3\\ +\hline}{\hline\end{tabular}\end{center}} + \newenvironment{tableiii}[5]{\begin{center}\def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}\begin{tabular}{#1}\hline#3\\ \hline}{\hline\end{tabular}\end{center}}