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

Skip to content

Commit 0a650d7

Browse files
committed
Add entries for recently defined markup.
1 parent dde993c commit 0a650d7

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,23 @@
9898
<attribute name="name"/>
9999
<child name="args"/>
100100
</environment>
101+
<environment name="classdesc*" outputname="classdesc">
102+
<attribute name="name"/>
103+
</environment>
101104
<environment name="datadesc">
102105
<attribute name="name"/>
103106
</environment>
107+
<environment name="datadescni" outputname="datadesc">
108+
<attribute name="index">no</attribute>
109+
<attribute name="name"/>
110+
</environment>
104111
<macro name="dataline">
105112
<attribute name="name"/>
106113
</macro>
114+
<environment name="excclassdesc">
115+
<attribute name="name"/>
116+
<child name="args"/>
117+
</environment>
107118
<environment name="excdesc">
108119
<attribute name="name"/>
109120
</environment>
@@ -556,6 +567,9 @@
556567
<macro name="geq" outputname="">
557568
<entityref name="geq"/>
558569
</macro>
570+
<macro name="infinity" outputname="">
571+
<entityref name="infin"/>
572+
</macro>
559573
<macro name="LaTeX" outputname="">
560574
<text>LaTeX</text>
561575
</macro>
@@ -565,6 +579,9 @@
565579
<macro name="leq" outputname="">
566580
<entityref name="leq"/>
567581
</macro>
582+
<macro name="plusminus" outputname="">
583+
<entityref name="plusmn"/>
584+
</macro>
568585
<macro name="TeX" outputname="">
569586
<text>TeX</text>
570587
</macro>
@@ -732,9 +749,15 @@
732749
<macro name="UNIX" outputname="">
733750
<text>Unix</text>
734751
</macro>
752+
<macro name="textasciicircum" outputname="">
753+
<text>^</text>
754+
</macro>
735755
<macro name="textasciitilde" outputname="">
736756
<text>~</text>
737757
</macro>
758+
<macro name="textbar" outputname="">
759+
<text>|</text>
760+
</macro>
738761

739762
<!-- These will end up disappearing as well! -->
740763
<macro name="catcode" outputname=""/>

0 commit comments

Comments
 (0)