[OS X TeX] Re: Latex - Inserting figures into align environment / breaking the environment

Luis Sequeira lfsequeira at fc.ul.pt
Mon Mar 5 12:54:42 CET 2007


> I'm typesetting answers to problem sheet in physics. I want to include
> phasor diagram (pdf image/file) in the middle of the calculations
> without breaking the columns (this will happen if I close the
> environment and start a new one after the image).
>
> Can I add figure like in the end of the document and specifically tell
> where I want it to appear?
>
> Can I add figures in align* environment? If yes how?
>
> Or I remember there was some kind of command to "break" environment
> with regular paragraph and "continue" the environment afterwards, but
> don't remember which one was it.... =(
>
> Google didn't find anything.
>
> Please help =)
>

I believe you can do that with the \intertext{...} command:


\begin{align*}

  aligned stuff\\
more aligned stuff\\
\intertext{\includegraphics{thepicture}}
yet more aligned stuff
\end{align*}


Luis Sequeira


------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the macostex-archives mailing list