wspr / breqn

Automatic line breaking in LaTeX equations
18 stars 2 forks source link

breqn and mtpro2 #29

Open pauloney opened 5 years ago

pauloney commented 5 years ago

I have a file:

\documentclass{report}
\usepackage{mtpro2}
\usepackage{breqn}

\begin{document}
$\Xi$
\end{document}

that when processed the $\Xi$ disappears -- with NO errors message no nothing. When the loading of the two packages are inverted, a bunch of error messages show up, but still no $\Xi$.