[XeTeX] How to mix math fonts?

Tobias Schoel liesdiedatei at googlemail.com
Wed Jul 6 20:24:06 CEST 2011


For comparison only, something like this might suffice:

\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math}
\usepackage{pgffor}
\begin{document}
\begin{minipage}[t]{0.5\textwidth}
\raggedleft
\setmathfont{Asana Math}
\foreach \x in {0,...,9}%
{%
\(\x\)\\
}
\end{minipage}
\begin{minipage}[t]{0.5\textwidth}
\raggedright
\setmathfont{XITS Math}
\foreach \x in {0,...,9}%
{%
\(\x\)\\
}
\end{minipage}

\end{document}

ciao

Toscho


More information about the XeTeX mailing list