On 2010-03-12, Jakob Eder wrote:
> --Boundary_(ID_KXNIRxIiFA3K0D/Bfj1kJA)
> Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> Content-transfer-encoding: 7BIT
> Dear users,
> I'm struggling with following problems: Needed Xetex for ancient
> greek using Alkaios font,
Do you absolutely require this font or would one of the Greek fonts
with LaTeX support suffice.
> when exportig the file to pdf(xetex) it's
> only possible to get either italic or the german Umlaut.
Do you set the language to Greek? Then you must replace the "babel"
package with "polyglossia".
> Umlaute aber kein Kursiv:
> \...@ifundefined{xetexversion}{}{%
> \usepackage{fontspec}%
> \setromanfont[Mapping=tex-text]{Alkaios}%
> \setsansfont[Mapping=tex-text]{Gill Sans}%
> \setmonofont[Mapping=tex-text]{Courier New}%
> }%
> \usepackage{xunicode}
> \usepackage{xltxtra}
and the other option (Kursiv without Umlauts)?
Günter