[XeTeX] An example of the use of \x="[filename]"

Jonathan Kew jonathan_kew at sil.org
Fri Aug 18 12:29:27 CEST 2006


On 18 Aug 2006, at 11:14 am, Stephen Moye wrote:

> Console output:
>
> --------
>
> This is XeTeX, Version 3.141592-2.2-0.995 (Web2C 7.5.5)
> entering extended mode
> (./AAxxtest.tex [1]
> Output file removed.

The message "Output file removed" comes from xdvipdfmx when it  
believes something is wrong (as it doesn't want to leave you with a  
corrupt/incomplete PDF that might do bad things when you try to view  
it).

To figure out what's going wrong, try removing the -q (quiet) option  
from xdvipdfmx in your engine, and adding -v or even -vv (verbose)  
instead; that way we'll find out a bit more of what it thinks it's  
doing.

Alternatively, go to the Terminal and run the processes separately:

$ xetex -no-pdf testfile.tex
This is XeTeX....
Output written on testfile.xdv...

$ xdvipdfmx -E -vv testfile.xdv
(...various output, mainly related to fonts...)

JK




More information about the XeTeX mailing list