Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Left/Right align \ArrowBetweenLines

60 views
Skip to first unread message

Jim

unread,
Mar 1, 2008, 5:45:36 PM3/1/08
to
Hey

I've been using this wonderful package
http://www.imf.au.dk/system/latex/lokalepakker/dlfltxbcodetips.sty
(http://www.imf.au.dk/system/latex/lokalepakker/dlfltxbcodetips.pdf
info on the package)

The command \ArrowBetweenLines make a small \Updownarrow between the
lines of the equations.

My problem is I can't seem to figure out if there is an easy way to
align the arrow all the way to the left or even right side of the
page.

So does anybody know if there is an easy way to left/right align the
arrows?


Thanks in advance

/Prozac

Lars Madsen

unread,
Mar 2, 2008, 5:05:02 AM3/2/08
to

Nice to see that the package might be useful for someone.

use flalign instead of alignat, though you will need more &'s

\documentclass{memoir}
\usepackage{amsmath,dlfltxbcodetips}
\begin{document}

\begin{flalign*}
&& A &=b && \\
\ArrowBetweenLines
&& &= 0 &&
\end{flalign*}

\end{document}

--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
http://www.minimalbeispiel.de/mini-en.html

0 new messages