ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Giuseppe Bilotta <gip.bilotta@iol.it>
Subject: Re[2]: Emulating AMS stuff in ConTeXt
Date: Sun, 8 Dec 2002 22:36:43 +0100	[thread overview]
Message-ID: <329594486.20021208223643@iol.it> (raw)
In-Reply-To: <5.1.0.14.1.20021208212025.03bb0510@remote-1>

Sunday, December 8, 2002 Hans Hagen wrote:

HH> At 07:24 PM 12/7/2002 +0100, you wrote:
>>def\startalign{%
>>     \startformula
>>     \let\\\cr
>>     \grabuntil{stopalign}\doeqalign
>>}
>>\def\doeqalign#1{\eqalign{#1\cr}\stopformula}

HH>                               ^^ better make that \crcr in order to catch 
HH> users \\

Will fix. I just "copied" the AMS defs ...

>>\let\stopalign\relax
>>
>>These allow me to write:
>>
>>\startalign
>>   a & = b = \\
>>     & = c
>>\stopalign

HH> isn't \startmathalign a better choice?

Maybe. I just "converted" the AMS-LaTeX "align" environment, so I
kept the align name.

>>and everything is fine. Yet I cannot do
>>
>>\placeformula[hook]
>>\startalign
>>   a & = b = \\
>>     & = c
>>\stopalign
>>
>>because of expansion problems. Why? How can I define the stuff?

HH> took me a couple of cd's to uncover this -)

HH> (1) placeformula has to look ahead, and the next command is not seen as 
HH> something math; so,
HH> (2) i made another lookahead, and then
HH> (3) we ran into those \cr & and # things that may not always show up 
HH> everywhere, so
HH> (4) i had to rewrite a low level macro that i didn't like rewriting, i.e.
HH> (5) i had to use a variant i'd always thought that could be avoided

HH> so, you spoiled my afternoon -)

:P Sorry, but it's your choice to work on sundays ;)

HH> btw, if you isolate/collect the ams math that's not yet in m-newmat, i can 
HH> see if/how i can add it there in a configurable way, so if some things 
HH> fails, we can look into it later

Ok. I'm "filling it up" as it comes while typesetting/converting
some notes (part of them were hand-written, part of the in LaTeX
form).

HH> you can try the version i just uploaded

Will do.

-- 
Giuseppe "Oblomov" Bilotta

      reply	other threads:[~2002-12-08 21:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-07 18:24 Giuseppe Bilotta
2002-12-08 20:26 ` Hans Hagen
2002-12-08 21:36   ` Giuseppe Bilotta [this message]

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=329594486.20021208223643@iol.it \
    --to=gip.bilotta@iol.it \
    --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).