From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27559 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Breaking large equations across pages Date: Thu, 27 Apr 2006 19:28:07 -0400 (EDT) Message-ID: 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 1146180509 1516 80.91.229.2 (27 Apr 2006 23:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 23:28:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 28 01:28:26 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 1FZFuH-0002BX-LN for gctc-ntg-context-518@m.gmane.org; Fri, 28 Apr 2006 01:28:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43C06127BC; Fri, 28 Apr 2006 01:28:21 +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 18488-03; Fri, 28 Apr 2006 01:28:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8601B1279E; Fri, 28 Apr 2006 01:28:16 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80B7C1279E for ; Fri, 28 Apr 2006 01:28:15 +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 10613-06 for ; Fri, 28 Apr 2006 01:28:14 +0200 (CEST) Original-Received: from playinggod.mr.itd.umich.edu (playinggod.mr.itd.umich.edu [141.211.14.79]) by ronja.ntg.nl (Postfix) with SMTP id A3F7A1279A for ; Fri, 28 Apr 2006 01:28:13 +0200 (CEST) Original-Received: from aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) by playinggod.mr.itd.umich.edu (smtp) with ESMTP id k3RNS603020002 for ; Thu, 27 Apr 2006 19:28:12 -0400 Original-To: mailing list for ConTeXt users 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:27559 Archived-At: 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?) Also, is it possible to have more control over where the display breaks. With latex, I can force equation break by using \allowdisplaybreaks[1|2|3|4] \documentclass{article} \usepackage{amsmath} \allowdisplaybreaks %<------------ Try with and without this. \begin{document} \begin{align} a &= b \\ % Paste the above line 50 times a &= b \end{align} \end{document} Ideally, context should also provide something configurable. Maybe, it should be part of \setupformulas[displaybreak=tolerant|verytolerant|strict|verystrict] Also there should be something like \NC .... \NR \allowdisplaybreak[yes|no|disable...same meaning as in \page[....] \NC ..... \NR to have more control over the pagebreak. Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008