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 »

Cant align

antonio.xeira\′s Photo
3 May 12, 11:19PM
(3 replies)
Cant align
\varphi =\frac { 1+\sqrt { 5}}{ 2 } =1.6180339887...\\
\varphi =\frac { a+b }{ a } =\frac { a }{ b }

renders like
24440/png.png
+

How can I align left
CodeCogs\′s Photo
8 May 12, 2:10PM
If you haven't already solved this, try:

\begin{align*}
\varphi &= \frac { 1+\sqrt { 5}}{ 2 } =1.6180339887...\\ 
\varphi &= \frac { a+b }{ a } =\frac {a}{ b }
\end{align*}
amylaazz\′s Photo
3 Aug 12, 2:10PM
Try

\\
\varphi =\frac { 1+\sqrt { 5}}{ 2 } =1.6180339887...\\
\varphi =\frac { a+b }{ a } =\frac { a }{ b }

antonio.xeira\′s Photo
3 Aug 12, 7:00PM
Both solution work. Can you explain why \ in the beginning works?
Currently you need to be logged in to leave a message.