mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Define new markup for 5-column tables.
This commit is contained in:
parent
1f4cc897f8
commit
f269e59232
3 changed files with 109 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue