I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Products » LaTeX Equation Editor »

"align" in online latex equation editor doesn't work properly...

TheWonderer\′s Photo
13 Apr 12, 1:35PM
(3 replies)
"align" in online latex equation editor doesn't work properly...
Hi, here is the "text":

24475/12.png
+

shows:

24475/gif.latex.gif
+

which isn't correct.

CodeCogs\′s Photo
15 Apr 12, 10:46AM
Actually this is technically right (according to LaTeX markup). If you want to get rid of the numbering, then use align*, as in

\begin{align*}
(a+b)^3 &= (a+b)^2(a+b)\\
&=(a^2+2ab+b^2)(a+b)\\
&=(a^3+2a^2b+ab^2)+(a^2b+2ab^2+b^3)\\
&=a^3+3a^2b+3ab^2+b^3
\end{align*}

which gives:
TheWonderer\′s Photo
15 Apr 12, 11:07AM
strangely... well i was trying to get it numbered... Tested on another TEX editor and it works as it should. check it yourself: http://www.numberempire.com/texequationeditor/equationeditor.php

pic:
24475/equation.render.png
+

Anyway thanks.
CodeCogs\′s Photo
15 Apr 12, 11:58AM
Ok.

I see your problem. Interestingly numberempire are using an older version of our system - so we've somehow introduce a bug!

We'll look into this. Thanks for posting the correct image.
Currently you need to be logged in to leave a message.