[XeTeX] Problem with compling an xelatex file

Arthur Reutenauer arthur.reutenauer at normalesup.org
Mon Dec 3 10:42:34 CET 2012


On Mon, Dec 03, 2012 at 09:50:12AM +0100, Lorenz Haas wrote:
> as the error message says: something is wrong with the setmainfont
> statement.

  No, that's not what the error message says, it says that \setmainfont
doesn't exist at all.  That's because Polyglossia has not been loaded.
It is fixed thus:

	\usepackage{polyglossia}
	\setmainfont[Script=Malayalam]{Rachana}
	\usepackage{wrapfig}

  As Lorenz pointed out, there was another problem too, which is also
fixed with the three lines above.

	Arthur


More information about the XeTeX mailing list