ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Subject: gather
Date: Tue, 26 Oct 2004 21:34:48 -0700	[thread overview]
Message-ID: <3.0.5.32.20041026213448.008c35d0@mail.northcoast.com> (raw)

All, 

The default behavior of gather is to center a group of equations. By
default, each one is numbered. Try:

\documentclass{article}
\usepackage{amsmath}

\begin{document}

\begin{gather}
F(x)=\int_0^x f(t)\, dt\\
F'(x)=f(x)
\end{gather}

\end{document}

Compare with:

\usemodule[amsl]

\starttext

\startgather
F(x)=\int_0^x f(t)\, dt\\
F'(x)=f(x)
\stopgather

\stoptext

In amsmath, if we don't want the individual equations numbered, we use the
* version. Try:

\documentclass{article}
\usepackage{amsmath}

\begin{document}

\begin{gather*}
F(x)=\int_0^x f(t)\, dt\\
F'(x)=f(x)
\end{gather*}

\end{document}


I hope this helps those who are working on these issues.

             reply	other threads:[~2004-10-27  4:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-27  4:34 David Arnold [this message]
2004-10-27  7:18 ` gather Giuseppe Bilotta
2004-10-28  2:49   ` gather David Arnold
2004-10-28 11:21     ` Re[2]: gather Giuseppe Bilotta

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=3.0.5.32.20041026213448.008c35d0@mail.northcoast.com \
    --to=darnold@northcoast.com \
    --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).