<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello all,<br><br>might be that this has been discussed before, but I didn't find anything specific when I did a search.<br><br>Anyhow, I'm playing around with XeLaTeX (the newest version coming with MikTeX) trying to compile some documents. And almost everything is as it should be, except the thickness of the rule in \frac (does not get any thicker) and the width of the \hat accent (which gets wider than it should).<br>I've attached a link to a compiled PDF which illustrates what I experience - see http://folk.ntnu.no/mitrevsk/temp/xelatex/ex.pdf<br><br>The code for this simple example is<br><br>\documentclass[12pt,a4paper]{article}<br><br>\usepackage{amsmath}<br>\usepackage{unicode-math}<br><br>\setmainfont{XITS}<br>\setmathfont{XITS Math}<br><br>\begin{document}<br><br>\begin{align}<br>\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t} \quad \nabla \cdot \mathbf{D} = \rho_f<br>\end{align}<br><br>\begin{align}<br>\hat{\mathbf{h}} = \left[\hat{h}_0\,\hat{h}_1\,\hat{h}_2\,\ldots\,\hat{h}_{P-1}\right]^T<br>\end{align}<br><br>\end{document}<br><br>No matter which OTF font with unicode-math support I select I experience this problem when I compile with XeLaTeX. Is there any way to fix this ?<br><br>Best regards,<br>D.<br>                                               </body>
</html>