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

Skip to content

Commit 3cf4eb4

Browse files
committed
Specify: \geq --> ≥
\leq --> ≤ \LaTeX --> LaTeX (just text) \TeX --> TeX (just text)
1 parent f6199ed commit 3cf4eb4

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,21 @@
466466
<macro name="Cpp" outputname="">
467467
<text>C++</text>
468468
</macro>
469-
<macro name="geq"/>
470-
<macro name="LaTeX"/>
469+
<macro name="geq" outputname="">
470+
<entityref name="geq"/>
471+
</macro>
472+
<macro name="LaTeX" outputname="">
473+
<text>LaTeX</text>
474+
</macro>
471475
<macro name="ldots" outputname="">
472476
<text>...</text>
473477
</macro>
474-
<macro name="leq"/>
475-
<macro name="TeX"/>
478+
<macro name="leq" outputname="">
479+
<entityref name="leq"/>
480+
</macro>
481+
<macro name="TeX" outputname="">
482+
<text>TeX</text>
483+
</macro>
476484
<macro name="version"/>
477485

478486
<!-- Misc. -->

0 commit comments

Comments
 (0)