From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27560 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Breaking large equations across pages Date: Fri, 28 Apr 2006 01:39:49 +0200 Message-ID: <6faad9f00604271639s517067eas4c8567a53c711e78@mail.gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146187273 17876 80.91.229.2 (28 Apr 2006 01:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Apr 2006 01:21:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 28 03:21:07 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FZHfI-0000jD-N7 for gctc-ntg-context-518@m.gmane.org; Fri, 28 Apr 2006 03:21:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4120B127A1; Fri, 28 Apr 2006 03:21:00 +0200 (CEST) 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 25433-02; Fri, 28 Apr 2006 03:20:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0B9812792; Fri, 28 Apr 2006 03:20:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C773012792 for ; Fri, 28 Apr 2006 03:20:51 +0200 (CEST) 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 25139-05-4 for ; Fri, 28 Apr 2006 03:20:50 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.186]) by ronja.ntg.nl (Postfix) with SMTP id D0E5E12783 for ; Fri, 28 Apr 2006 03:20:50 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id x37so1450907nfc for ; Thu, 27 Apr 2006 18:20:50 -0700 (PDT) Original-Received: by 10.48.48.7 with SMTP id v7mr2259632nfv; Thu, 27 Apr 2006 16:39:49 -0700 (PDT) Original-Received: by 10.48.223.20 with HTTP; Thu, 27 Apr 2006 16:39:49 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: 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:27560 Archived-At: On 4/28/06, Aditya Mahajan wrote: > Pagebreak of formula across pagebreaks is broken in the new release > (ConTeXt ver: 2006.04.27 15:59). > > Consider > \starttext > \placeformula \startformula \startalign > \dorecurse{50} > {\NC a \NC = b \NR[+]} > \stopalign \stopformula > \stoptext > > (This used to work earlier, I can not test this, but I have document > where the display broke across pages. Can somewith with an old ~ Mar, > 2006 release test this?) I have the version of 2006.04.10 here and it breaks the equation OK (number 35 is on page 2). Mojca