mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add support for \textgreater, \textless.
Updated productionlist environment.
This commit is contained in:
parent
f32e459125
commit
9b3e2ca74d
1 changed files with 9 additions and 4 deletions
|
@ -690,16 +690,15 @@
|
|||
<attribute name="token"/>
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="productioncont">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="token" outputname="grammartoken">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="grammartoken">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="orgroup">
|
||||
<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=""/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue