From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32460 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Problems with "mathalign" Date: Wed, 3 Jan 2007 18:31:55 +0100 Message-ID: <6faad9f00701030931l59be89a8y5a6cc5e14ebdcc70@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167845536 26583 80.91.229.12 (3 Jan 2007 17:32:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 17:32:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 03 18:32:12 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H29yD-0001yc-H7 for gctc-ntg-context-518@m.gmane.org; Wed, 03 Jan 2007 18:32:09 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 085541FFA4; Wed, 3 Jan 2007 18:29:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29384-01-12; Wed, 3 Jan 2007 18:29:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 885721FF94; Wed, 3 Jan 2007 18:29:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 733861FF97 for ; Wed, 3 Jan 2007 18:29:19 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29632-05-5 for ; Wed, 3 Jan 2007 18:29:14 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by ronja.ntg.nl (Postfix) with ESMTP id 4FBE91FF90 for ; Wed, 3 Jan 2007 18:29:14 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so6768528nfc for ; Wed, 03 Jan 2007 09:31:56 -0800 (PST) Original-Received: by 10.49.15.16 with SMTP id s16mr1569187nfi.1167845516048; Wed, 03 Jan 2007 09:31:56 -0800 (PST) Original-Received: by 10.48.209.8 with HTTP; Wed, 3 Jan 2007 09:31:55 -0800 (PST) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32460 Archived-At: Hello, I wanted to keep Aditya busy now that he finished his wonderful new module ;), so ... I first wanted to ask how to number subformulas in a certain way, but that I figured out that numbering is already causing some problems on its own. Consider the following examples: \starttext This is almost OK, but has one formula number too much here: \startbuffer \placeformula \startformula \startalign[m=2,distance=3cm] a & =b & A & =B \\ c & =d & C & =D \\ \stopalign \stopformula \stopbuffer \typebuffer \getbuffer This results in a very weird formula numbering \startbuffer \placeformula \startformula \startalign[m=2,distance=3cm] \NC a \NC =b \NC A \NC =B \NR \NC c \NC =d \NC C \NC =D \NR \stopalign \stopformula \stopbuffer \typebuffer \getbuffer Adding [+] helps, but than we have the same problem as at the beginning: \startbuffer \placeformula \startformula \startalign[m=2,distance=3cm] \NC a \NC =b \NC A \NC =B \NR[+] \NC c \NC =d \NC C \NC =D \NR[+] \stopalign \stopformula \stopbuffer \typebuffer \getbuffer Without placeforumla, but with [+] we don't get any numbering at all: \startbuffer \startformula \startalign[m=2,distance=3cm] \NC a \NC =b \NC A \NC =B \NR[+] \NC c \NC =d \NC C \NC =D \NR[+] \stopalign \stopformula \stopbuffer \typebuffer \getbuffer \stoptext CtxTools | context version: 2006.12.27 11:34 (After running "ctxtools --update" I just managed to break everything.) Any clue? Thanks, Mojca