diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-25 20:58:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-25 20:58:13 (GMT) |
commit | 29a67ced727feaeb62656f485929aa2d4d9ed1d3 (patch) | |
tree | 9536f0ddefe1e5703ac2429e86037d9e0b464832 /Doc | |
parent | 9eda3aebb825e3652333962b1498174a049c937f (diff) | |
download | cpython-29a67ced727feaeb62656f485929aa2d4d9ed1d3.zip cpython-29a67ced727feaeb62656f485929aa2d4d9ed1d3.tar.gz cpython-29a67ced727feaeb62656f485929aa2d4d9ed1d3.tar.bz2 |
Update to support \mailheader and 5-column tables.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index e6b20d7..9df40e3 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -560,6 +560,55 @@ <child name="entry"/> </macro> + <environment name="tablev" outputname="table"> + <attribute name="cols">4</attribute> + <attribute name="colspec"/> + <attribute name="style"/> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + </environment> + <environment name="longtablev" outputname="table"> + <attribute name="cols">4</attribute> + <attribute name="colspec"/> + <attribute name="style"/> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + </environment> + <macro name="linev" outputname="row"> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + <text> + </text> + <child name="entry"/> + </macro> + <!-- These are handled at a later translation stage, at least for now. --> <macro name="Cpp" outputname=""> <text>C++</text> @@ -679,6 +728,9 @@ <macro name="kbd" outputname="keysym"> <content/> </macro> + <macro name="mailheader"> + <content/> + </macro> <macro name="makevar"> <content/> </macro> |