Kaydet (Commit) 3cf4eb4e authored tarafından Fred Drake's avatar Fred Drake

Specify: \geq --> ≥

                \leq    --> ≤
                \LaTeX  --> LaTeX       (just text)
                \TeX    --> TeX         (just text)
üst f6199edc
......@@ -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. -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment