[XeTeX] Typesetting Greek mathematical text using Unicode

Andrew Moschou andmos at gmail.com
Thu Jan 19 03:44:44 CET 2012


Try this, it works:

\documentclass[a4paper]{article}
\usepackage{xltxtra}
\setmainfont[RawFeature=-ccmp]{Cambria}
\begin{document}
Ἀριθμὸς  \char"1F08
\end{document}

There is an instruction in the font that says, when we come across Ἀ,
replace it with Alpha and the smooth breathing mark. But in its design, the
smooth breathing mark gets positioned close to the right of the Alpha. So
we need to turn off this feature.

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20120119/cf35f84c/attachment.html>


More information about the XeTeX mailing list