I'm not certain if this is the correct place to post this, but please help me move this post if it belongs elsewhere.
The following code did compile with XeLaTeX earlier, but it won't compile (in TeXnicCenter) after I upgraded to MiKTeX 2.9.
Code: Select all
Code, edit and compile here:
\documentclass[10pt, a4paper]{article}\usepackage[T1]{fontenc}\usepackage{lmodern}\usepackage{fontspec}\usepackage{xunicode}\setmainfont{Cambria}\pagestyle{empty}\begin{document}Hell\char"03A9 world!\end{document}
Does anyone know what's wrong? Answers are much appreciated.("C:\Program Files\MiKTeX 2.9\tex\latex\euenc\eu11mr.fd")xelatex.exe: Windows API error 1113: No mapping for the Unicode character exists in the target multi-byte code page.
I couldn't open file name 'D:\Documents\test\test.aux'
Couldn't find input index file D:\Documents\test\test nor D:\Documents\test\test.idx.
Usage: C:\Program Files\MiKTeX 2.9\miktex\bin\makeindex.exe [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
D:/Documents/test/test.dvi: No such file or directory
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (http://www.radicaleye.com)
C:\Program Files\MiKTeX 2.9\miktex\bin\dvips.exe: DVI file can't be opened:
LaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 0 Page(s)
EDIT:
As written below, it appears the '\usepackage{fontspec}' commmand is what causes the compilation to fail, and the essential build log message is
xelatex.exe: Windows API error 1113: No mapping for the Unicode character exists in the target multi-byte code page.
Thanks
eiterorm