Search found 3 matches

by pzinn
Mon Dec 26, 2011 7:41 pm
Forum: Math & Science
Topic: Splitting formulae inside aligned equation
Replies: 5
Views: 3312

Splitting formulae inside aligned equation

fine, I'll answer myself...
Here's a possibility, but clearly not optimal:

Code: Select all

\newcommand\rightalign[1]{\noalign{\vbox{\hfill $\displaystyle #1$}}}

\begin{align*}
A&=B1
\\
&=B2a
\\
\rightalign{B2b}
&=B3
\end{align*}
(in particular should probably do something about tags/eqnos)
by pzinn
Thu Dec 22, 2011 3:43 pm
Forum: Math & Science
Topic: Splitting formulae inside aligned equation
Replies: 5
Views: 3312

Re: Splitting formulae inside aligned equation

no, shoved to the right on the next line (since it's too long to fit on one)
by pzinn
Thu Dec 22, 2011 1:17 pm
Forum: Math & Science
Topic: Splitting formulae inside aligned equation
Replies: 5
Views: 3312

Splitting formulae inside aligned equation

This may be a standard question, but in 15 years of (la)TeX I still haven't found a proper solution to the following problem:
suppose I'm writing a long calculation of the form
X= X1
= X2
= X3
etc
I use amslatex align environment to get all the = signs aligned.
so far, so good.
now, what if one of ...