ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gmx.de>
Subject: Re: Aligned numbered math formulas
Date: Thu, 14 Aug 2003 12:47:29 +0200	[thread overview]
Message-ID: <3F3B68C1.507D160F@gmx.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0308141225550.210-100000@dunedain.cs.tu-berlin.de>

Hallo Holger, hi all

Holger Schöner schrieb:
> 1) Some of the formulas should be numbered, some not; and at the same time
> I would like to align several of them.
> For alignment I seem to be able to use \eqalign (or \startalign ...
> \stopalign from the t-amsl.tex sent around here lately). But if I place a
> \placeformula in front of this, the whole aligned block only gets one
> number; I would need a number for every line (or even better: a possibility
> to state, which lines should be numbered, and which not).

I use
\eqalignno{
  left & right & \formulanumber \cr
  left & right & \formulanumber \cr
}

or

\eqalignno{
  left & right & \formulanumber{a}    \cr
  left & right & \subformulanumber{b} \cr
}

If I have a longer formula which should only get one number, I use

\eqalignno{
  left & right1 &                  \cr
       & right2 & \formulanumber{} \cr
}


With warm regards also from Berlin,

Tobias

-- 
This above all: To thine own self be true / And it must follow as
the night the day / Thou canst not then be false to any man.

  reply	other threads:[~2003-08-14 10:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 10:26 Holger Schöner
2003-08-14 10:47 ` Tobias Burnus [this message]
2003-08-14 11:29   ` Holger Schöner
2003-08-14 13:29     ` Tobias Burnus
2003-08-14 13:53       ` Holger Schöner
     [not found] <Pine.LNX.4.44.0308141619300.4463-100000@dunedain.cs.tu-ber lin.de>
2003-08-14 18:22 ` David Arnold
2003-08-14 18:49   ` Tobias Burnus
     [not found]   ` <Pine.LNX.4.44.0308142045430.29014-100000@g24.physik.fu-ber lin.de>
2003-08-14 18:56     ` David Arnold
2003-08-14 19:23       ` Tobias Burnus
  -- strict thread matches above, loose matches on Subject: below --
2003-08-14 14:20 Holger Schöner
2003-08-14  7:54 Holger Schöner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F3B68C1.507D160F@gmx.de \
    --to=burnus@gmx.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).