English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-09-29 08:06:48 · 4 answers · asked by Anonymous in Science & Mathematics Mathematics

4 answers

The following code will automatically assign a number to the equation between the begin and end statements.

\begin{equation}
E = mc^2
\end{equation}

This will display:
E = mc² (1)

2007-09-29 08:53:49 · answer #1 · answered by Demiurge42 7 · 0 0

Latex Numbering Equations

2016-10-21 09:50:38 · answer #2 · answered by ? 4 · 0 0

if you're using standard installation this environment should work:

\begin{equation}
%%% here type your equation: NO dollar or whatever delimeters%%%
\label{eqn:%%%here type equation name%%%}
\end{equation}

latex will automatically number your equation according to sections and is roman by default.

the label is when you have to cite the equation for which you use (\ref{eqn:%%%the equation name you're citing%%%})

the parenthesis above is for aesthetics only since "cite" only gives you a number, e.g. 5 and not what almost everybody would expect: (5)

hope that helps

2007-09-29 08:57:41 · answer #3 · answered by johnvee 3 · 1 0

I dont know... but when I look for latex's math code, I go to wikipedia math pages that contain images that contain the symbol Im looking for... and hit the edit link... I check out the code they have embedded and use it.

2007-09-29 08:32:09 · answer #4 · answered by Anonymous · 0 1

fedest.com, questions and answers