On Tue, Oct 26, 2010 at 04:22:09PM +0200, Pander wrote: > Hi all, > > I'm trying to pin down the following error in XeLaTeX with fontspec: > > > ** ERROR ** Invalid glyph index (gid 2448) > > Output file removed. > > > Is it possible to have more information printed to command line and log > file for where this error originates?
It might be the same old "different font files used by xetex and xdvipdfmx" bug; xetex is referencing a glyph id in a font file while xdvipdfmx is loading a different file that does not have a glyph with that id. Make sure you don't have multible (different) versions of the same font accessable to xetex. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
