[XeTeX] Stuborn math fonts

Axel E. Retif axel.retif at mac.com
Fri Sep 5 06:57:14 CEST 2008


On  4 Sep, 2008, at 22:43, Juan Acevedo wrote:

> Hello
>
> I have not been able to find a solution in the archive for my problem
> with the following minimal file:
> ----------------
> %!TEX TS-program = xelatex
> %!TEX encoding = UTF-8 Unicode
>
> \documentclass{book}
> \usepackage[no-math]{fontspec}
> \setmainfont{TeX Gyre Termes}

Perhaps the closest to what you want to achieve would be

\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}%%%      <- or txfonts
\usepackage[no-math]{fontspec}
\setmainfont{TeX Gyre Termes}


Best,

Axel


More information about the XeTeX mailing list