diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 21:13:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 21:13:51 (GMT) |
commit | 0a650d77d596116ee5af8afe946926c2377d83f9 (patch) | |
tree | 57e9e207371369248cc76e27754dc87b46dc977b /Doc | |
parent | dde993c15d179cf3778814cf5744f259bfffd76c (diff) | |
download | cpython-0a650d77d596116ee5af8afe946926c2377d83f9.zip cpython-0a650d77d596116ee5af8afe946926c2377d83f9.tar.gz cpython-0a650d77d596116ee5af8afe946926c2377d83f9.tar.bz2 |
Add entries for recently defined markup.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index c55d462..eee120a 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -98,12 +98,23 @@ <attribute name="name"/> <child name="args"/> </environment> + <environment name="classdesc*" outputname="classdesc"> + <attribute name="name"/> + </environment> <environment name="datadesc"> <attribute name="name"/> </environment> + <environment name="datadescni" outputname="datadesc"> + <attribute name="index">no</attribute> + <attribute name="name"/> + </environment> <macro name="dataline"> <attribute name="name"/> </macro> + <environment name="excclassdesc"> + <attribute name="name"/> + <child name="args"/> + </environment> <environment name="excdesc"> <attribute name="name"/> </environment> @@ -556,6 +567,9 @@ <macro name="geq" outputname=""> <entityref name="geq"/> </macro> + <macro name="infinity" outputname=""> + <entityref name="infin"/> + </macro> <macro name="LaTeX" outputname=""> <text>LaTeX</text> </macro> @@ -565,6 +579,9 @@ <macro name="leq" outputname=""> <entityref name="leq"/> </macro> + <macro name="plusminus" outputname=""> + <entityref name="plusmn"/> + </macro> <macro name="TeX" outputname=""> <text>TeX</text> </macro> @@ -732,9 +749,15 @@ <macro name="UNIX" outputname=""> <text>Unix</text> </macro> + <macro name="textasciicircum" outputname=""> + <text>^</text> + </macro> <macro name="textasciitilde" outputname=""> <text>~</text> </macro> + <macro name="textbar" outputname=""> + <text>|</text> + </macro> <!-- These will end up disappearing as well! --> <macro name="catcode" outputname=""/> |