3
votes
1answer
76 views

Discretionary equation breaking at a particular symbol

I have long equations that I want LaTeX to break automatically. After some extensive searching I have been unable to work out how to achieve this effect. I have breqn in my package list, however it ...
2
votes
2answers
81 views

Minimal work example for darray from breqn

I was trying to use the darray environment from the breqn package but hadn't success on it. As a mwe I would like to replace the eqnarray below by the darray. \documentclass{article} ...
4
votes
1answer
97 views

Naming equations with breqn

I know that the tag command from amsmath should be used to name equations (see below a mwe). \documentclass{article} \usepackage{amsmath} \begin{document} \begin{align} c^2 &= a^2 + b^2 ...
7
votes
1answer
154 views

Flush equations left with breqn

I am using the breqn package to automatically break equations, like this: \begin{dmath} a = b + c + d + e + f + g + h +i + j + k + l + m + n + p + q \end{dmath} I would like to have all my ...
2
votes
1answer
151 views

Long equations breaking without using breqn

How to achieve nice (non-automatic) long equations breaking, like dmath environment from breqn package does automatically, but using a more common environment, e.g., multline, multlined (from ...
6
votes
2answers
260 views

Writing equations within dgroup environment

I am having a problem with writing equations using dmath and dgroup in my article. the packages I am using are \documentclass[a4paper 12pt] {article} \usepackage{breqn} The codes I am writing are ...
7
votes
3answers
706 views

How to split optimisation problem over two lines?

I have this expression involving minimisation. How do I split it over two lines? The problem is \min seems to be separated from the objective function. breqn does not seem to work, as this is not an ...
7
votes
1answer
171 views

colored equation numbers with breqn package?

I was experimenting with the use of breqn for a few unwieldy formulas, but wonder how to maintain the equation number coloring I'd been using, based on the following questions: Changing the apperance ...
0
votes
1answer
466 views

Long formula alignment inside breqn with tabs?

It aligns the formula to the left-hand-side but I would like to get tabs here-and-there. How can I get tabs inside breqn or is there some package to do it automatically? $ cat test.tex % breqn -pkg ...
5
votes
2answers
201 views

Applying breqn in bulk to typeset a math book for my kindle?

I'm trying to typeset this book for my Kindle: http://linear.ups.edu/ Unfortunately some of the equations result in overfull hboxes, and I can't read them. Though I've managed to manually convert ...
5
votes
2answers
288 views

Is it possible to tweak the alignment of an equation when it is broken using breqn?

I have a looooooooong displaymath that I'm using breqn to break into smaller chunks. As there are no actual relation symbols, I've manually added \allowbreak everywhere I'd be happy for one to occur ...
36
votes
1answer
3k views

Breaking equations with breqn

I am new to using the breqn package. It looks good, but I get an odd behaviour when an equation can almost fit in the page but not quite: the alignment gets completely wrong. Is there a way to fix ...
9
votes
1answer
1k views

Does amsmath provide any medium to auto-break equations?

I'm writing large equations in texlive with amsmath, and I want them to be automatically broken at the end of the line. Is there any way to do that with amsmath? What would you recommend me to do ...
32
votes
4answers
31k views

How can I split an equation over two lines

I am having the following equation: \begin{equation} Q(\lambda,\hat{\lambda}) = -\frac{1}{2} P(O \mid \lambda ) \sum_s \sum_m \sum_t \gamma_m^{(s)} (t) \left( n \log(2 \pi ) + \log \left| C_m^{(s)} ...