On Tue, Apr 06, 2004 at 04:52:30PM +0100, Angus Leeming wrote:
> Andre Poenitz wrote:
> > Exact alignment is out-of-scope for TeX math as math always has
> > 'unbounded width'. So you have to fake it by something like
> >
> > $Right hand side of equation in words$ \\
> > \hfill$LHS of equation in words$
> >
> > [Not tested. Idea is to produce the 'flushright' outside math mode]
>
> I hate to sound pathetic, but it doesn't work. LaTeX file attached.
Try
$\textrm{Right hand side of equation}=$\\
\mbox{}\hfill$\textrm{Left hand side of equation}$
TeX swallows glues from time to time...
Andre'