Math & ScienceBad Disposition for Equation

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

Bad Disposition for Equation

Post by 21did21 »

hello world,

i have made an equation like this:

Code: Select all

\begin{equation}
a=15.16 \mathring{A},b=4.05 \mathring{A},c=6.74 \mathring{A};$\beta$=105.3$°$
\label{eq2} %my label for this eq
\end{equation}
and i have a bad result, my equation is not center despite a little equation:
can you explain my this please ? and how i can center this equation ?

thanks you
Attachments
capture.png
capture.png (4.84 KiB) Viewed 1909 times
Last edited by 21did21 on Thu Sep 22, 2011 8:52 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

Re: Bad Disposition for Equation

Post by Stefan Kottwitz »

Hi,

don't use $ within the equation environment. $ switches to (inline) math mode, but within the equation environment you already are in math mode.

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

Re: Bad Disposition for Equation

Post by 21did21 »

nice!!! thanks! :D
Post Reply