Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I would love to switch to XeTeX to make use of my professional Adobe fonts that were shipped with Creative Suite 6.

I use MikTeX on a Win 8 machine, and TeXniXcenter + XeTeX.

However, kerning seems to an issue, especially with special characters, in my case German Umlaute.

Spacing seems wrong, at least for characters W+ü. Actually, on a sidenote, I don't understand why -- does not give me a long dash...

Here is my MWE (UTF8) and a screenshot showing the wrong kerning:

\documentclass{scrartcl}
\usepackage{fontspec}
\setmainfont{Minion Pro}
\usepackage{listings}
\begin{document}

Wäre -- Könnte -- Wüste

\end{document}

enter image description here

share|improve this question
Add the option Mapping= tex-text to the font specification to enable the translation of en- and emdashes. Furthermore, it seems that only some glyphs like ä and à show this bad kerning, while á and (normal) a work fine. – hakaze Feb 13 at 16:18
Yes, it is the same problem! Can get marked as duplicate. – Martin Betz Feb 13 at 17:02
This should be fixed in the development version of XeTeX already, which (hopefully) will be available in the next TeX Live. – Khaled Hosny Feb 13 at 17:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.