diff options
author | Fred Drake <fdrake@acm.org> | 1999-08-26 17:56:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-08-26 17:56:47 (GMT) |
commit | 3cf4eb4e3dfb5db97b3ac83bccdc5a0d269ce0e6 (patch) | |
tree | 58460488dffcb2ede57f38c2d3af396933fe2e7a /Doc | |
parent | f6199edcd39cceaa48869ec71df88b1ddbc6ce24 (diff) | |
download | cpython-3cf4eb4e3dfb5db97b3ac83bccdc5a0d269ce0e6.zip cpython-3cf4eb4e3dfb5db97b3ac83bccdc5a0d269ce0e6.tar.gz cpython-3cf4eb4e3dfb5db97b3ac83bccdc5a0d269ce0e6.tar.bz2 |
Specify: \geq --> ≥
\leq --> ≤
\LaTeX --> LaTeX (just text)
\TeX --> TeX (just text)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index e1d8b8e..e6bf679 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -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. --> |