Math & ScienceCenter Equation in two-columned Environment

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
21did21
Posts: 58
Joined: Thu Sep 08, 2011 12:27 pm

Center Equation in two-columned Environment

Post by 21did21 »

Hello world,

i have writed an article in two column and it's work nice but when i want to center an equation in each of these columns it don't work, the equation is not center...

can you help me please because i don't understand : i have try with and without "begin(center)" and it don't works (see attachement)

Code: Select all

\begin{equation}
\lambda=4\pi
\label{eq1}
\end{equation}
Attachments
example.jpg
example.jpg (18.73 KiB) Viewed 6188 times
Last edited by 21did21 on Sat Feb 18, 2012 11:54 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Center Equation in two-columned Environment

Post by Stefan Kottwitz »

Hi,

equations are centered by default. If you use the fleqn option to the class, which means "flushed left equations", remove it. Otherwise just show a Infominimal working example where the equation would not be centered.

Stefan
LaTeX.org admin
21did21
Posts: 58
Joined: Thu Sep 08, 2011 12:27 pm

Re: Center Equation in two-columned Environment

Post by 21did21 »

thanks stefan for your help.

i don't understand : in my document it don't work but when i make a test with the same structure i works :( nethertheless i haven't change something :(
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Center Equation in two-columned Environment

Post by Stefan Kottwitz »

Visit the link I gave above, explaining about a Infominimal working example, and read the advice in the paragraph starting with "Hacking down". So you can get an example for debugging.

Stefan
LaTeX.org admin
21did21
Posts: 58
Joined: Thu Sep 08, 2011 12:27 pm

Re: Center Equation in two-columned Environment

Post by 21did21 »

thanks for your help,

my problem is solved (i don't how but it solve) :)
Post Reply