Add support for \textgreater, \textless.

Updated productionlist environment.
This commit is contained in:
Fred Drake 2002-04-04 21:39:42 +00:00
parent f32e459125
commit 9b3e2ca74d
1 changed files with 9 additions and 4 deletions

View File

@ -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>&gt;</text>
</macro>
<macro name="textless" outputname="">
<text>&lt;</text>
</macro>
<!-- These will end up disappearing as well! -->
<macro name="catcode" outputname=""/>