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

Tim Peters tim_one@users.sourceforge.net
Tue, 17 Jul 2001 21:13:58 -0700


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

Modified Files:
      Tag: descr-branch
	doc.tex 
Log Message:
2.2a1 release:  merge of trunk date2001-07-17a -> trunk date2001-07-17b.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -C2 -r1.46 -r1.46.2.1
*** doc.tex	2001/07/14 02:34:12	1.46
--- doc.tex	2001/07/18 04:13:55	1.46.2.1
***************
*** 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