Peter Dyballa wrote:

Yes, maybe it has to be

          \def\char\n{\Cher\char\n}

Simplest is to grab the original meaning of \n before
re-defining it :

        \let \canonicaln = \n
        \def \n {whatever, using \canonicaln}

** Phil.


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to