From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30112 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: environment files and indenting Date: Tue, 08 Aug 2006 12:53:37 +0100 Message-ID: References: <44D85A82.2010907@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 1155038046 29933 80.91.229.2 (8 Aug 2006 11:54:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Aug 2006 11:54:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 08 13:53:59 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 1GAQ9k-0000ZX-Kq for gctc-ntg-context-518@m.gmane.org; Tue, 08 Aug 2006 13:53:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C3031FDCF; Tue, 8 Aug 2006 13:53:56 +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 09622-03; Tue, 8 Aug 2006 13:53:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 165CC1FDD0; Tue, 8 Aug 2006 13:53:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0D6ED1FDD0 for ; Tue, 8 Aug 2006 13:53:44 +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 09649-04 for ; Tue, 8 Aug 2006 13:53:39 +0200 (CEST) Original-Received: from mraos.ra.phy.cam.ac.uk (mraos.ra.phy.cam.ac.uk [131.111.48.8]) by ronja.ntg.nl (Postfix) with SMTP id F137F1FDCF for ; Tue, 8 Aug 2006 13:53:38 +0200 (CEST) Original-Received: from skye.ra.phy.cam.ac.uk ([131.111.48.158] ident=mail) by mraos.ra.phy.cam.ac.uk with esmtp (Exim 4.43) id 1GAQ9R-0002dk-Fj; Tue, 08 Aug 2006 12:53:37 +0100 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1GAQ9R-0001PV-00; Tue, 08 Aug 2006 12:53:37 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Tue, 08 Aug 2006 11:33:54 +0200." <44D85A82.2010907@elvenkind.com> 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:30112 Archived-At: > And also no PDF, because \stopenvironment executes \endinput :-) Whoops! I'd been testing so many variants in order to find the minimal file and had outsourced the checking to 'grep hbox' (rather than reading through the texexec output by hand). So I didn't even notice the lack of a PDF file. So that leaves the original problem, which is why the hbox is overfull in this minimal file (that produces a PDF!): \setupindenting[medium,yes] \starttext \placeformula\startformula x = 10 \stopformula \stoptext