[XeTeX] Minor updates to fontspec and xltxtra

Will Robertson wspr81 at gmail.com
Wed Jun 20 18:00:32 CEST 2007


On 21/06/2007, at 1:07 , Nikola Lecic wrote:

> I use XeTeX + MusiXTeX (I can't remember that someone reported  
> anything
> about that combination -- works great), and I have to comment out this
> line in fontspec.sty:
>
>   \DeclareMathAccent{\breve}   {\mathalpha}{legacymaths}{21}
>
> since it collides with MusiXTeX's cardinal definitions -- breve (note)
> is essential there.
>
> So, if you think that something should be done regarding this...

Hmmm, I can't imagine you're using maths in music too much so
    \usepackage[no-math]{fontspec}
should do the trick for you.

Otherwise, you can say something like
   \let\oldbreve\breve
   \usepackage{fontspec}
   \let\breve\oldbreve

Hope that helps,
Will


More information about the XeTeX mailing list