Hi,<br>I uncommented the following line from unicode-math.sty:<br><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\AtBeginDocument{\setmathfont[Range=ALL]{Cambria Math}},</span><br>

<br>and it all worked fine!<br><br>Is it supposed to be commented? The problem is that, even if add <span style="font-family: courier new,monospace;">\setmathfont[Range=ALL]{Asana Math}</span> in my source,I only get Cambria Math.<br>

<br><br>Now I got another issue, this time with url.sty. With this code:<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">\documentclass{article}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">\usepackage{xltxtra}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\usepackage{amsmath}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">\usepackage{unicode-math}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\setmathfont{Asana Math}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  \setromanfont[Mapping=tex-text]{Minion Pro}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  \setsansfont{Myriad Pro}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  \setmonofont{Liberation Mono}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\usepackage{url}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">\begin{document}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  $ A \subseteq B $.</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  \[ \{ B =  x : \exists a \in \mathbb{N}. \}\]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  \<a href="mailto:url%7Bnivaca@gmail.com">url{nivaca@gmail.com</a>}</span>\\<br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  \<a href="mailto:texttt%7Bnivaca@gmail.com">texttt{nivaca@gmail.com</a>}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">\end{document}</span><br>

</div><br>I get a problem with the<span style="font-family: courier new,monospace;"> \<a href="mailto:url%7Bnivaca@gmail.com">url{nivaca@gmail.com</a>}</span> command, but not with the <span style="font-family: courier new,monospace;">\<a href="mailto:texttt%7Bnivaca@gmail.com">texttt{nivaca@gmail.com</a>}</span> one.<br>

Is there any known incompatibility between url.sty and XeTeX? I don&#39;t remember having any troubles before, though...<br><br>Thanks!<br><br clear="all">Nicolas<br>