diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-17 23:05:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-17 23:05:57 (GMT) |
commit | f269e5923282a7ac5934f12023775306671ebccc (patch) | |
tree | 73389143ae7e410c658ab5b68939d04a22ba7693 /Doc/doc | |
parent | 1f4cc897f8db0d96126ca5d85819263c01582555 (diff) | |
download | cpython-f269e5923282a7ac5934f12023775306671ebccc.zip cpython-f269e5923282a7ac5934f12023775306671ebccc.tar.gz cpython-f269e5923282a7ac5934f12023775306671ebccc.tar.bz2 |
Define new markup for 5-column tables.
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index e3656b9..0fa9485 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -1171,6 +1171,22 @@ This \UNIX\ is also followed by a space. text for the fourth column is given by \var{column4}. \end{macrodesc} + \begin{envdesc}{tablev}{\p{colspec}\p{col1font}\p{heading1}\p{heading2}\p{heading3}\p{heading4}\p{heading5}} + Like the \env{tableiv} environment, but with a fifth column. + The heading for the fifth column is given by \var{heading5}. + \end{envdesc} + + \begin{envdesc}{longtablev}{\unspecified} + Like \env{tablev}, but produces a table which may be broken + across page boundaries. The parameters are the same as for + \env{tablev}. + \end{envdesc} + + \begin{macrodesc}{linev}{\p{column1}\p{column2}\p{column3}\p{column4}\p{column5}} + Like the \macro{lineiv} macro, but with a fifth column. The + text for the fifth column is given by \var{column5}. + \end{macrodesc} + An additional table-like environment is \env{synopsistable}. The table generated by this environment contains two columns, and each |