ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Cc: ntg-context@ntg.nl
Subject: Align
Date: Wed, 08 Sep 1999 12:57:55 -0700	[thread overview]
Message-ID: <3.0.5.32.19990908125755.00b494e0@mail.northcoast.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

Hans,

A second example for today. This file shows the concern that members of the
AMS have for spacing around equal signs in aligned environments. Contrast
the align with the standard eqnarray from latex2e.

\documentclass{article}
\usepackage{amsmath}
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\newcommand{\eps}{\varepsilon}
\DeclareMathOperator{\RE}{Re} \DeclareMathOperator{\IM}{Im}\begin{document}
\newcommand{\seq}[1]{\left<#1\right>}

\begin{align*}
  \norm{f_0 - (I+\eps A)f}^2
  &= \norm{f_0-f - \eps A f}^2 \\
  &= \norm{f_0-f}^2 - 2\eps\RE\seq{A{f},f_0-f} + \eps^2\norm{A{f}}^2 \\
  &< \norm{f_0-f}^2 - 2\eps\delta + \eps^2 4\norm{A}^2 \\
  &= \norm{f_0-f}^2 - 2\eps(\delta - \eps 2\norm{A}^2) \\
  &< \norm{f_0-f}^2.
\end{align*}

\begin{eqnarray*}
  \norm{f_0 - (I+\eps A)f}^2
  &=& \norm{f_0-f - \eps A f}^2 \\
  &=& \norm{f_0-f}^2 - 2\eps\RE\seq{A{f},f_0-f} + \eps^2\norm{A{f}}^2 \\
  &<& \norm{f_0-f}^2 - 2\eps\delta + \eps^2 4\norm{A}^2 \\
  &=& \norm{f_0-f}^2 - 2\eps(\delta - \eps 2\norm{A}^2) \\
  &<& \norm{f_0-f}^2.
\end{eqnarray*}

\end{document}

[-- Attachment #2: align.dvi --]
[-- Type: application/octet-stream, Size: 1816 bytes --]

             reply	other threads:[~1999-09-08 19:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-08 19:57 David Arnold [this message]
1999-09-09 10:02 ` Align Taco Hoekwater
2004-10-27  4:47 align David Arnold

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.19990908125755.00b494e0@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).