diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-24 22:11:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-24 22:11:29 (GMT) |
commit | 30e52653e1602c52d1e3670f456e65d8caf6af54 (patch) | |
tree | 5dd81b7f8765f4c9b630a0343c44ca950c184148 /Doc/texinputs/python.sty | |
parent | aca61a43ddb4bf2d8f9096883834d2952f242bb6 (diff) | |
download | cpython-30e52653e1602c52d1e3670f456e65d8caf6af54.zip cpython-30e52653e1602c52d1e3670f456e65d8caf6af54.tar.gz cpython-30e52653e1602c52d1e3670f456e65d8caf6af54.tar.bz2 |
{tableiv} environment: Four-column table.
\lineiv: Row for {tableiv}.
Diffstat (limited to 'Doc/texinputs/python.sty')
-rw-r--r-- | Doc/texinputs/python.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 2074006..891efeb 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -723,6 +723,16 @@ \end{center}% } +\newenvironment{tableiv}[6]{% + \begin{center}% + \def\lineiv##1##2##3##4{\csname#2\endcsname{##1}&##2&##3&##4\\}% + \begin{tabular}{#1}\strong{#3}&\strong{#4}&\strong{#5}&\strong{#6} \\% + \hline% +}{% + \end{tabular}% + \end{center}% +} + \newcommand{\itemnewline}[1]{% \@tempdima\linewidth% \advance\@tempdima \leftmargin\makebox[\@tempdima][l]{#1}% |