[XeTeX] Use Type 1 Math Fonts with fontspec

Jjgod Jiang gzjjgod at gmail.com
Thu Mar 29 10:16:16 CEST 2007


Hi,

I'm wondering why this sample:

\documentclass[11pt]{article}
\usepackage[varg]{txfonts}
\usepackage{fontspec}

\setmainfont{Times Roman}

\begin{document}
\huge $\sin x + \alpha \frac{1}{2} \sum^{100}_{i=a}$
\end{document}

can not change font of the digits while this do:

\documentclass[11pt]{article}
\usepackage[varg]{txfonts}

\begin{document}
\huge $\sin x + \alpha \frac{1}{2} \sum^{100}_{i=a}$
\end{document}

Both of them are typesetted with
xelatex --output-driver="xdvipdfmx -q -E".

- jjgod.


More information about the XeTeX mailing list