diff options
author | Guido van Rossum <guido@python.org> | 1994-08-01 12:39:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-01 12:39:35 (GMT) |
commit | e7af5a0816830dfaed0e123281a1f2622d5a2301 (patch) | |
tree | 0bbac8530fb1ed1f3ab010d86f1f81bb5ebb06f8 /Doc | |
parent | e9914961b8e49332618a28cb28c1170167f0cbaa (diff) | |
download | cpython-e7af5a0816830dfaed0e123281a1f2622d5a2301.zip cpython-e7af5a0816830dfaed0e123281a1f2622d5a2301.tar.gz cpython-e7af5a0816830dfaed0e123281a1f2622d5a2301.tar.bz2 |
Merge lost alpha100 revision
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 398c2f3..c4fa2d8 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}} |