Commit 9b3e2ca7 authored by Fred Drake's avatar Fred Drake

Add support for \textgreater, \textless.

Updated productionlist environment.
parent f32e4591
......@@ -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>&gt;</text>
</macro>
<macro name="textless" outputname="">
<text>&lt;</text>
</macro>
<!-- These will end up disappearing as well! -->
<macro name="catcode" outputname=""/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment