[XeTeX] Trying to Build Format

Jonathan Kew jonathan_kew at sil.org
Mon Jun 21 23:33:38 CEST 2004


On 21 Jun 2004, at 9:11 pm, Herb Schulz wrote:

> Howdy,
>
> I've got a macro set that is an extension of Plain and I want to 
> create an
> xfmt file for it so I can use the AAT and otf fonts in files.
>
> I've created a file,tmm.ini, that inputs the macro set and xplain, like
> xetex.ini, and compile it with
>
>  xetex -ini *tmm.ini
>
> to activate the special behavior of xetex.
>

I think you need to "escape" the *, otherwise it gets interpreted (as a 
filename wildcard) and xetex never sees it.

So try:
	xetex -ini \*tmm.ini

You should get a message "entering extended mode" or something like 
that, to confirm that the extensions are being activated.

HTH,

Jonathan



More information about the XeTeX mailing list