Idris S Hamid <[EMAIL PROTECTED]> writes:

Hi,

> Sometimes I make a definition like
>
> \def\TR{\it}
>
> for certain purposes (structural consistency, etc.). How do I modify
> this to automatically do an italic correction the way \em is set up to
> do in \ConTeXt?

I'd do it like this:

\def\TR{\aftergroup \emphasiscorrection\it}

see the examples:

\def\TR{\aftergroup \/\it}
\startlines
{\it this is a roof}right?
{\TR this is a roof}right?
{\TR this is a roof}, right?
\def\TR{\aftergroup \emphasiscorrection\it}
{\TR this is a roof}right?
{\TR this is a roof}, right?
\stoplines


But I bet that there is a more clever way.

Patrick
-- 
Silent is the goldfish in its bowl
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to