Skip to Content.
Sympa Menu

texmacs-users - Re: Align Equations

Subject: mailing-list for TeXmacs Users

List archive

Re: Align Equations


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: <address@hidden>
  • Subject: Re: Align Equations
  • Date: Thu, 10 Apr 2003 12:44:38 +0200 (CEST)


> i will create two equations like:
> x^2+y^2=z^2+3
> x^2+y^2+z^2=3*y
>
> I did it with ALT+& and can write the two equations like in Latex. But how
> can
> i align to the equal sign? Like this one in Latex
>
> \begin{equation}
> x^2+y^2 &= z^2+3
> x^2+y^2+z^2 &= 3*y
> \end{equation}
>
> or &=& instead.

Just move the cursor around. When creating an equation array
using A-&, you actually create a table with three columns.
These columns are respectively right aligned, centered and
left aligned. You should put your ='s in the second column.




Archive powered by MHonArc 2.6.19.

Top of Page