[lltx] Conflict between unicode-math and xypic

Rémy Oudompheng remyoudompheng at gmail.com
Fri Nov 5 18:23:31 CET 2010


Hello,

I am encountering a problem when using simultaneously xypic and
unicode-math packages with lualatex. The following file compiles
correctly with xelatex:

\documentclass{minimal}
\usepackage[matrix,arrow]{xy}
\usepackage{unicode-math}
\setmathfont{XITS Math}
\begin{document}
\xymatrix{ a \ar[r] & b }
\end{document}

It should show something like "a -> b". However, using lualatex
replaces the arrow by a big fat line. Removing the \setmathfont line
fixes the problem. How can I debug this ? It seems to have appeared
during an update of either luaotfload or unicode-math, but using an
old version of xypic also works.

Regards,
-- 
Rémy Oudompheng



More information about the lualatex-dev mailing list