wspr / breqn

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

Equation not breaking...\left\{...........\right. pair--- the other instances working fine #16

Closed baskarannk closed 6 years ago

baskarannk commented 8 years ago

The below instance is not working. The other instances "\left. .... \right}" and "\left{.....\right}" working fine. \documentclass[11pt]{article} \usepackage{breqn} \begin{document} \begin{dmath} \left{a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z\right. \end{dmath} \end{document}