Math & ScienceOne column math formula in 2-column mode paper

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
sd07501
Posts: 4
Joined: Tue Mar 02, 2010 5:31 am

One column math formula in 2-column mode paper

Post by sd07501 »

Dear all,
I am going to prepare a paper. However, I meet a problem of presenting very long math formula in 2-column mode the same as example in this attachment. Please, somebody tell me how. I greatly appriciate for your helps.
Attachments
4400467144_f990e3ef30.jpg
4400467144_f990e3ef30.jpg (93.73 KiB) Viewed 23831 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Re: One column math formula in 2-column mode paper

Post by fatra2 »

Hi there,

I have not tried anything that before, therefore this is just a way to get ideas rolling.

Did you try putting your long math equation into a minipage that would spread over the two column?

Did you try getting into a one column format just for the math environment?

Cheers
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

One column math formula in 2-column mode paper

Post by gmedina »

Hi sd07501,

Which document class are you using? Perhaps you could use the multicol package to switch between two and one-column mode.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
sd07501
Posts: 4
Joined: Tue Mar 02, 2010 5:31 am

Re: One column math formula in 2-column mode paper

Post by sd07501 »

Thanks for all replies.
@fatra2: I want to present my paper similar to the example in attached picture. I means It includes horizon line and long math, numbered equations.
@gmedina: I have tried muticol package with my current document class IEEEtran.cls, but it still doesn't work corectly. Gmedina, would you please post an intuitive example code for switching from 2-column to 1-column mode and vice versa. I greatly appreciate for your helps.

Best Regards
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

One column math formula in 2-column mode paper

Post by gmedina »

Since you are using the IEEEtran document class, you could include your equation using a figure* environment; the document How To Use the IEEEtran LaTeX class contains a detailed explanation on how to proceed and an example (See 1) Double Column Equations, page 11).
1,1,2,3,5,8,13,21,34,55,89,144,233,...
shopaholiconline
Posts: 1
Joined: Mon Mar 08, 2010 6:24 pm

One column math formula in 2-column mode paper

Post by shopaholiconline »

Code: Select all


\begin{figure*}
\hline
\begin{equation}

%write your equation here

\end{equation}
\end{figure*}
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

One column math formula in 2-column mode paper

Post by gmedina »

shopaholiconline wrote:

Code: Select all


\begin{figure*}
\hline
\begin{equation}

%write your equation here

\end{equation}
\end{figure*}
So? This is exactly what I suggested in my previous reply.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
sd07501
Posts: 4
Joined: Tue Mar 02, 2010 5:31 am

Re: One column math formula in 2-column mode paper

Post by sd07501 »

Hi all,

Thanks very much for intuitive examples. I tried and got the folowing error:
! Misplaced \noalign.
\hline ->\noalign
If I remove \hline, it works well and has no separate line. Can anybody help me!! Thanks very much.
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Re: One column math formula in 2-column mode paper

Post by svend_tveskaeg »

We need to see your document, in order to (try to) help you! Well, at least I do.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

One column math formula in 2-column mode paper

Post by gmedina »

Hi,

I didn't notice that error in shopaholiconline's code. Replace \hline with \hrule.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply