<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
 <div>Does anyone know how to get MathTimePro2  to work with XeLaTeX? </div><div><br></div><div>In this sample document:</div><div><br></div><div>%!TEX TS-program = xelatex</div><div>%!TEX encoding = UTF-8 Unicode</div><div>\begin{documentlcass}</div><div>\usepackage{fontspec}</div><div>\usepackage{xltxtra,xunicode}</div><div>\defaultfontfeatures{Mapping=tex-text}</div><div>\setromanfont[Mapping=tex-text]{Times}</div><div>\setmathrm{Times}</div><div><br></div><div>$\det A=3$ $\max x$ </div><div><br></div><div> test </div><div><br></div><div>{\boldmath $\det A$}</div><div>\end{document}</div><div><br></div><div>the operator names det and max are Times, test is Times, and the last det is bold Times. But the number 3 and the = sign are Computer Modern.</div><div><br></div><div>If we specify no-math in the fontspec package:</div><div><br></div><div>\usepackage[no-math]{fontspec}</div><div>\usepackage{xltxtra,xunicode}</div><div>\defaultfontfeatures{Mapping=tex-text}</div><div>\setromanfont[Mapping=tex-text]{Times}</div><div>\setmathrm{Times}</div><div><br></div><div>then the 3, the = sign, the x and A and test are all Times, but now the operator names det and max are Computer Modern. Is it possible to get everything in the Times fonts?</div><div><br></div><div>I'm running Texshop 2.29 in OS10.4.11.</div><div>Thanks</div><br><div> <div style="font-size: 12px; ">--</div><div style="font-size: 12px; ">Dennis</div><div style="font-size: 12px; "><br class="khtml-block-placeholder"></div><div style="font-size: 12px; "><br class="khtml-block-placeholder"></div><span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"></span> </div><br></body></html>