Specify: \geq --> ≥

\leq    --> ≤
                \LaTeX  --> LaTeX       (just text)
                \TeX    --> TeX         (just text)
This commit is contained in:
Fred Drake 1999-08-26 17:56:47 +00:00
parent f6199edcd3
commit 3cf4eb4e3d

View file

@ -466,13 +466,21 @@
<macro name="Cpp" outputname="">
<text>C++</text>
</macro>
<macro name="geq"/>
<macro name="LaTeX"/>
<macro name="geq" outputname="">
<entityref name="geq"/>
</macro>
<macro name="LaTeX" outputname="">
<text>LaTeX</text>
</macro>
<macro name="ldots" outputname="">
<text>...</text>
</macro>
<macro name="leq"/>
<macro name="TeX"/>
<macro name="leq" outputname="">
<entityref name="leq"/>
</macro>
<macro name="TeX" outputname="">
<text>TeX</text>
</macro>
<macro name="version"/>
<!-- Misc. -->