Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

It seems that since the last expl3 update (March 14, 2013), the flexisym package (used by breqn) is no longer compatible with the AMS document classes. Here is a minimal failing example:

\documentclass{amsart}
\usepackage{flexisym}
\begin{document}
\end{document}

This gives two Undefined control sequence errors at \begin{document}. Anyone have any idea what's going on?

share|improve this question
1  
The fix should be on its way to the archives; meanwhile you can apply the fix suggested in this answer – egreg Mar 18 at 9:58
This is a 'known issue' and the code has already been updated on CTAN: should appear in TeX Live/MiKTeX in the next day or so. – Joseph Wright Mar 18 at 9:59
Okay, it works now, with the updated flexisym v0.97c, dated March 16, 2013, on MiKTeX since March 18. – Ari Brodsky Mar 19 at 7:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.