diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-04 21:39:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-04 21:39:42 (GMT) |
commit | 9b3e2ca74dc7d66842cd0d9744275f2045387499 (patch) | |
tree | 51e58dff1454fb7b12c9f1ea66c852551d1ee8ad /Doc | |
parent | f32e45912594fe11bfc0e9d86ad1995c7b14a06d (diff) | |
download | cpython-9b3e2ca74dc7d66842cd0d9744275f2045387499.zip cpython-9b3e2ca74dc7d66842cd0d9744275f2045387499.tar.gz cpython-9b3e2ca74dc7d66842cd0d9744275f2045387499.tar.bz2 |
Add support for \textgreater, \textless.
Updated productionlist environment.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index cf4a4c5..7ca4e52 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -690,16 +690,15 @@ <attribute name="token"/> <content/> </macro> - <macro name="token" outputname="grammartoken"> + <macro name="productioncont"> <content/> </macro> - <macro name="grammartoken"> + <macro name="token" outputname="grammartoken"> <content/> </macro> - <macro name="orgroup"> + <macro name="grammartoken"> <content/> </macro> - <macro name="oritem"/> <!-- Misc. --> <macro name="emph"> @@ -876,6 +875,12 @@ <macro name="textbar" outputname=""> <text>|</text> </macro> + <macro name="textgreater" outputname=""> + <text>></text> + </macro> + <macro name="textless" outputname=""> + <text><</text> + </macro> <!-- These will end up disappearing as well! --> <macro name="catcode" outputname=""/> |