|
From: jr <in...@my...> - 2008-01-06 13:54:02
|
Hi Christian
Christian Schenk wrote:
> Have you updated MiKTeX? (There was a bug fix recently.) Please send a
> minimal test case.
I updated to the latest versions yesterday. MiKTeX 2.7 tells me there's
no new updates available.
Anyway, it took some time, but I finally managed to create a minimal
test case. Umlauts in a non-unicode file crash XeTeX. If you save the
following as ANSI, it will crash. If saved as UTF-8, it won't.
The big document I used had Umlauts but was not saved in Unicode. That
is maybe the reason it didn't work neither. I will see if I can convert
it to UTF-8 w/o a hassle and XeTeX it and update you accordingly.
* * *
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Georgia}
\begin{document}
für uns
\end{document}
|