On Thu, Nov 04, 2010 at 03:59:53PM +0100, Ulrike Fischer wrote:
> Am Wed, 03 Nov 2010 07:44:07 +0100 schrieb Tobias Schoel:
>
> > Hi,
> >
> > \underbrace is doing strange things. Minimal example:
> >
> > \documentclass{minimal}
> > \usepackage{fontspec}
> > \usepackage{unicode-math}
> > \setmain
Am Wed, 03 Nov 2010 07:44:07 +0100 schrieb Tobias Schoel:
> Hi,
>
> \underbrace is doing strange things. Minimal example:
>
> \documentclass{minimal}
> \usepackage{fontspec}
> \usepackage{unicode-math}
> \setmainfont{TeX Gyre Pagella}
> \setmathfont{Asana Math}
> \begin{document}
> \[\underbrace
On Nov 4, 2010, at 4:32 AM, Vafa Khalighi wrote:
> 2010/11/4 Tobias Schoel
>
>> 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 i
Yes, I confirm this here too, looks like unicode-math bug of somehow.
On Wed, Nov 03, 2010 at 05:39:17PM +0100, Tobias Schoel wrote:
> 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
> openty
2010/11/4 Tobias Schoel
> 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 d
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
Ciao,
If your problem is related to the subscript '_' in the underbrace, you
should use the command \sb instead of _ .
I had similar problem last week, and was fixed like this.
In my case the problem was related to the tree package gb4e. The
subscript in the math environment was working toget
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
Hi,
\underbrace is doing strange things. Minimal example:
\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{TeX Gyre Pagella}
\setmathfont{Asana Math}
\begin{document}
\[\underbrace{123}_{456}\]
\end{document}
Why is that and how to help?
ciao
Toscho
-