7 Nov
2008
7 Nov
'08
4:45 p.m.
Alan Bowen wrote:
Thanks, Aditya. This is a good start. The problem is that I need this to work with \starttyping...\stoptyping because there are spacing and line-breaking issues as well.
Right now:
\starttext \catcode`'=\active \def'{\raise.6em\hbox{\char13}}
You can add this line to make \starttyping work: \appendtoks \catcode`'=\active \to\everysetupverbatim And a (perhaps unneeded) hint: if you don't want a perpetually active ', the two lines above can be written as: \begingroup \catcode`'=\active \gdef'{\raise.6em\hbox{\char13}} \endgroup Best wishes, Taco