Dear Lyx Users,

I tried the solution that Helge suggested, but its not working quite right.
I need to put a long equation at the bottom of a two column formatted paper.
LaTeX normally does not allow two-column-wide floats at the bottom, so I am
using the stfloats package to allow that.  Then I am using a figure float:

\begin{figure*}[!b]
\begin{equation}
% equation
\end{equation}
\end{figure*}

However, the float ALWAYS appears at the bottom of the NEXT page, even if
there are no other floats on the page where I call that float. Any idea
what's going wrong and how I can get the equation float to go at the bottom
of the page I want it to be on? Thanks!

Sincerely,
Dan Kaplan

On 4/25/07, Helge Hafting <[EMAIL PROTECTED]> wrote:

Dan Kaplan wrote:
> Dear Lyx Users,
>
> I am writing an article and I want to follow IEEE format guidelines.
> So I'm
> making my article two columns. However, I have an equation which is
> too long
> for a single column. Rather than break the equation in two, the IEEE
> has the
> equation move to the bottom of the page where it can span across both
> columns without breaking. It is further separated from the text by a
> horizontal line. How can I create this with LaTeX?
Use a figure float. (Or a table float or algorithm float if you prefer.)
The type of float only affects the caption.

A figure float may span both columns, and it can be set to appear at
the bottom of the page. It will be numbered too, and the number
can be used for automatic referencing.

Instead of an actual graphich, put your wide formula inside the float.
Take care so it doesn't accidentally get into the caption though.
You can remove the caption if you don't want it - although it is
generally useful to have.

Helge Hafting






Reply via email to