wspr / breqn

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

A = \left( ... \right) always right justified #11

Open ianhbell opened 8 years ago

ianhbell commented 8 years ago

With this MWE, how can I get the broken lines in the parentheses to be left justified?

\documentclass[12pt]{article}
\usepackage{breqn}
\begin{document}
\begin{dmath}
a = \left(b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b \right)
\end{dmath}
\end{document}

capture