Both advices don't work.
- calling the font by its filename doesn't work. (xetex usually loads the font from /usr/share/fonts where I only copied the opentype fonts from /usr/local/texlive)
 - using \sb instead of _ doesn't change anything.

BTW: It doesn't depend on Asana Math. XITS Math and Neo Euler produce the same behaviour. I'll attach an example.

On 11/03/2010 12:33 PM, Khaled Hosny wrote:
On Wed, Nov 03, 2010 at 07:44:07AM +0100, Tobias Schoel wrote:
Hi,

\underbrace is doing strange things. Minimal example:

\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{TeX Gyre Pagella}
\setmathfont{Asana Math}

Don't load Asana Math by font name since texlive ships both TTF and OTF
versions and it is likely to cause issues with XeTeX, load it by file
name instead:

\setmathfont{Asana-Math.otf}

Regards,
  Khaled

Attachment: mull.pdf
Description: Adobe PDF document

\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{TeX Gyre Pagella}
\setmathfont{Asana Math}
\begin{document}
\[\underbrace{123}_{456}\]
\end{document}

--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to