mirror of https://github.com/python/cpython
Update to support \mailheader and 5-column tables.
This commit is contained in:
parent
9eda3aebb8
commit
29a67ced72
|
@ -560,6 +560,55 @@
|
||||||
<child name="entry"/>
|
<child name="entry"/>
|
||||||
</macro>
|
</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. -->
|
<!-- These are handled at a later translation stage, at least for now. -->
|
||||||
<macro name="Cpp" outputname="">
|
<macro name="Cpp" outputname="">
|
||||||
<text>C++</text>
|
<text>C++</text>
|
||||||
|
@ -679,6 +728,9 @@
|
||||||
<macro name="kbd" outputname="keysym">
|
<macro name="kbd" outputname="keysym">
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
|
<macro name="mailheader">
|
||||||
|
<content/>
|
||||||
|
</macro>
|
||||||
<macro name="makevar">
|
<macro name="makevar">
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
Loading…
Reference in New Issue