Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs]Annotated Alignment?

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs]Annotated Alignment?


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs]Annotated Alignment?
  • Date: Fri, 9 Dec 2005 06:10:47 +0100

On Thu, Dec 08, 2005 at 01:21:31PM -0600, Luo Chong wrote:
> How to type Annotated Alignment in TeXmacs, like what the LaTeX code below
> does?
>
> \begin{align} \label{E:DoAlign}
> x &= x \wedge (y \vee z)
> & &\text{(by distributivity)}\\
> &= (x \wedge y) \vee (x \wedge z)
> & &\text{(by condition (M))} \notag\\
> &= y \vee z. \notag
> \end{align}

In the eqnarray* environment (A-&), you may do in M-tab in the rightmost
column and add text at the right hand side (use A-$ to re-enter text mode).
More generally, you may create your own tables and use M-tab or
an additional column at the right-hand side.



Archive powered by MHonArc 2.6.19.

Top of Page