Math & Science ⇒ One column math formula in 2-column mode paper
One column math formula in 2-column mode paper
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.
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 (93.73 KiB) Viewed 23830 times
Re: One column math formula in 2-column mode paper
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
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
One column math formula in 2-column mode paper
Hi sd07501,
Which document class are you using? Perhaps you could use the multicol package to switch between two and one-column mode.
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,...
Re: One column math formula in 2-column mode paper
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
@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
One column math formula in 2-column mode paper
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,...
-
- Posts: 1
- Joined: Mon Mar 08, 2010 6:24 pm
One column math formula in 2-column mode paper
Code: Select all
\begin{figure*}
\hline
\begin{equation}
%write your equation here
\end{equation}
\end{figure*}
One column math formula in 2-column mode paper
So? This is exactly what I suggested in my previous reply.shopaholiconline wrote:Code: Select all
\begin{figure*} \hline \begin{equation} %write your equation here \end{equation} \end{figure*}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: One column math formula in 2-column mode paper
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.
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.
- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
Re: One column math formula in 2-column mode paper
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)
-- Zapp Brannigan, Futurama (season 1, episode 4)
One column math formula in 2-column mode paper
Hi,
I didn't notice that error in shopaholiconline's code. Replace \hline with \hrule.
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,...