breqn icon indicating copy to clipboard operation
breqn copied to clipboard

breqn is incompatible with unicode-math

Open intractabilis opened this issue 5 years ago • 7 comments

Consider the following document:

\documentclass[english, 12pt, letterpaper]{scrartcl}

\usepackage{breqn}
\usepackage{unicode-math}

\begin{document}
\begin{dmath}
    T \left(h\right)
\end{dmath}

\end{document}

It results in "Missing \endgroup inserted" error. If you look at this 2009 document, it says: "Unicode is difficult, but don't worry, it’s already been done in the development version".

So, is this a bug or a feature?

intractabilis avatar Aug 06 '20 02:08 intractabilis

Is there any hope?

intractabilis avatar Sep 22 '20 00:09 intractabilis