mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Specify: \geq --> ≥
\leq --> ≤ \LaTeX --> LaTeX (just text) \TeX --> TeX (just text)
This commit is contained in:
parent
f6199edcd3
commit
3cf4eb4e3d
1 changed files with 12 additions and 4 deletions
|
@ -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. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue