ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typo in startformulas in latest beta
@ 2006-10-29  6:22 Aditya Mahajan
  0 siblings, 0 replies; only message in thread
From: Aditya Mahajan @ 2006-10-29  6:22 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-29  6:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-29  6:22 typo in startformulas in latest beta Aditya Mahajan

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).