From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30326 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Extra vertical space in intertext Date: Wed, 16 Aug 2006 19:16:33 +0200 Message-ID: <6faad9f00608161016m7bd5e6f0g1236f2b6309a1d0e@mail.gmail.com> References: <44E23EBF.6000900@elvenkind.com> 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 1155748628 13481 80.91.229.2 (16 Aug 2006 17:17:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2006 17:17:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 16 19:17:06 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 1GDP0e-0003fa-Iv for gctc-ntg-context-518@m.gmane.org; Wed, 16 Aug 2006 19:16:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 778BA1FE6B; Wed, 16 Aug 2006 19:16:50 +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 09774-04; Wed, 16 Aug 2006 19:16:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77F051FE55; Wed, 16 Aug 2006 19:16:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DEB761FE55 for ; Wed, 16 Aug 2006 19:16:40 +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 09366-06 for ; Wed, 16 Aug 2006 19:16:36 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with SMTP id 481601FDFF for ; Wed, 16 Aug 2006 19:16:34 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id k26so801772nfc for ; Wed, 16 Aug 2006 10:16:34 -0700 (PDT) Original-Received: by 10.48.220.15 with SMTP id s15mr981092nfg; Wed, 16 Aug 2006 10:16:34 -0700 (PDT) Original-Received: by 10.78.175.15 with HTTP; Wed, 16 Aug 2006 10:16:33 -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:30326 Archived-At: On 8/16/06, Aditya Mahajan wrote: > On Tue, 15 Aug 2006, Taco Hoekwater wrote: > > > > > Hi, > > > > Aditya Mahajan wrote: > >> Hi, > >> There is an extra vertical space in the first set of formulas, while > >> the vertical spacing in the second set appears to be fine. I can not > >> figure out why this should happen. Even if you comment the > > > > That is related to \openup. Adding \def\displayopenupvalue{0pt} > > makes (nearly) all whitespace go away. > > Should this be included in the definition of \dointertext (or > \forgetall) or would that be too drastic? The problem with TEXpage is not only related to math. Another example with strange results: \starttext \startTEXpage \chapter{Bla} Hello world!\crlf Hello world! \stopTEXpage \stoptext I guess that \startTEXpage should be fixed before you start hacking any math settings. Mojca