Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29a67ce

Browse files
committed
Update to support \mailheader and 5-column tables.
1 parent 9eda3ae commit 29a67ce

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,55 @@
560560
<child name="entry"/>
561561
</macro>
562562

563+
<environment name="tablev" outputname="table">
564+
<attribute name="cols">4</attribute>
565+
<attribute name="colspec"/>
566+
<attribute name="style"/>
567+
<child name="entry"/>
568+
<text>
569+
</text>
570+
<child name="entry"/>
571+
<text>
572+
</text>
573+
<child name="entry"/>
574+
<text>
575+
</text>
576+
<child name="entry"/>
577+
</environment>
578+
<environment name="longtablev" outputname="table">
579+
<attribute name="cols">4</attribute>
580+
<attribute name="colspec"/>
581+
<attribute name="style"/>
582+
<child name="entry"/>
583+
<text>
584+
</text>
585+
<child name="entry"/>
586+
<text>
587+
</text>
588+
<child name="entry"/>
589+
<text>
590+
</text>
591+
<child name="entry"/>
592+
<text>
593+
</text>
594+
<child name="entry"/>
595+
</environment>
596+
<macro name="linev" outputname="row">
597+
<child name="entry"/>
598+
<text>
599+
</text>
600+
<child name="entry"/>
601+
<text>
602+
</text>
603+
<child name="entry"/>
604+
<text>
605+
</text>
606+
<child name="entry"/>
607+
<text>
608+
</text>
609+
<child name="entry"/>
610+
</macro>
611+
563612
<!-- These are handled at a later translation stage, at least for now. -->
564613
<macro name="Cpp" outputname="">
565614
<text>C++</text>
@@ -679,6 +728,9 @@
679728
<macro name="kbd" outputname="keysym">
680729
<content/>
681730
</macro>
731+
<macro name="mailheader">
732+
<content/>
733+
</macro>
682734
<macro name="makevar">
683735
<content/>
684736
</macro>

0 commit comments

Comments
 (0)