<div dir="ltr">I’m testing a change that removes the direction node from around inline math and instead (ab)uses the presence of \math(on|off) node to output the necessary dvi opcode, and it seems to fix this issue as well. Lets hope that there is no some blackmagic^W deep <br>TeX hackery that plays with the this node as well.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 16, 2015 at 12:47 PM, David Carlisle <span dir="ltr"><<a href="mailto:d.p.carlisle@gmail.com" target="_blank">d.p.carlisle@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">To see a non contrived example where the change breaks existing<br>
documents, take this example<br>
(using a math expression from the breqn package documentation)<br>
<br>
\documentclass[]{article}<br>
<br>
<br>
\usepackage{breqn}<br>
<br>
\begin{document}<br>
<br>
aaaaaaaaaaaaaaaaaaa<br>
\begin{dmath*}<br>
    g = 0 + 1 - 1<br>
\end{dmath*}<br>
<br>
aaaaaaaaaaaaaaa<br>
\begin{dmath*}<br>
T(n) \hiderel{\leq} T(2^{\lceil\lg n\rceil})<br>
  \leq c(3^{\lceil\lg n\rceil}<br>
    -2^{\lceil\lg n\rceil})<br>
  <3c\cdot3^{\lg n}<br>
  =3c\,n^{\lg3}<br>
\end{dmath*}.<br>
<br>
<br>
<br>
<br>
\end{document}<br>
<br>
<br>
<br>
<br>
<br>
<br>
I attach the output from xelatex 2014 and 2015,<br>
basically breqn doesn't work with xelatex 2015.<br>
<br>
<br>
I haven't fully traced it but I suspect (since math lists are opaque now)<br>
that this is not fixable by changing macro code.<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span><br><br>
<br>
--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
<br></blockquote></div><br></div>