ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: typo in startformulas in latest beta
Date: Sun, 29 Oct 2006 01:22:42 -0500 (EST)	[thread overview]
Message-ID: <Pine.WNT.4.63.0610290110490.2908@nqvgln> (raw)

Hi Hans,

  There is a missing carriage return in the definition of 
\startformulas in the latest beta.

In \def\startformulas#1\stopformulas

    \long\def\startformula##1\stopformula
      {\advance\scratchcounter\plusone}% \scratchcounter\zerocount #1% 
preroll

should be

    \long\def\startformula##1\stopformula
      {\advance\scratchcounter\plusone}% <--- Missing \cr here
      \scratchcounter\zerocount #1% preroll


This causes a number to missed in

\starttext
\placeformula
\startformulas
   \startformula \startalign
     \NC a_1 x + b_1 y \NC = c_1 \NR[+]
     \NC a_2 x + b_2 y \NC = c_2 \NR
   \stopalign \stopformula
   \startformula \startalign
     \NC d_1 u + e_1 v \NC = f_1 \NR
     \NC d_2 u + e_2 v \NC = f_2 \NR[+] %<-- does not show up
%                                      %in present beta
   \stopalign \stopformula
\stopformulas
\stoptext

Aditya

                 reply	other threads:[~2006-10-29  6:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Pine.WNT.4.63.0610290110490.2908@nqvgln \
    --to=adityam@umich.edu \
    --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).