[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.46,1.47

Fred L. Drake fdrake@users.sourceforge.net
Tue, 17 Jul 2001 16:05:59 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv3702/doc

Modified Files:
	doc.tex 
Log Message:

Define new markup for 5-column tables.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** doc.tex	2001/07/14 02:34:12	1.46
--- doc.tex	2001/07/17 23:05:57	1.47
***************
*** 1172,1175 ****
--- 1172,1191 ----
      \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