[XeTeX] xelatex not working

Peter Dyballa Peter_Dyballa at Web.DE
Wed Aug 9 10:17:08 CEST 2006


Am 09.08.2006 um 02:21 schrieb Joshua Grauman:

> ! Undefined control sequence.
> l.449 \define at choicekey
>                         [zf]{preparse}{Renderer}{AAT,ICU}{%


This is not XeTeX related, it's just TeX: you're not allowed to use @  
in a control sequence in a regular TeX document, not even in its  
preamble. You need to 'escape' this:

	\makeatletter
	    <your definitions>
	\makeatother

The use of control sequences with @ is freely allowed in CLS or STY  
files.

--
Greetings

   Pete

How many Microsoft engineers does it take to screw in a light-bulb?
None.
They just redefine "dark" as the new standard.




More information about the XeTeX mailing list