[XeTeX] epsdice package.

Philip TAYLOR (Webmaster, Ret'd) P.Taylor at Rhul.Ac.Uk
Mon Jul 18 10:55:36 CEST 2011



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.


More information about the XeTeX mailing list