From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9741 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Fwd: Strange error... Date: Wed, 6 Nov 2002 23:37:01 +0100 Sender: ntg-context-admin@ref.ntg.nl Message-ID: <20021106233701.0220c92b.morawski@gmx.net> References: <5.1.0.14.1.20021105094122.03654ea8@server-1> <5.1.0.14.1.20021102213239.035c7ff8@remote-1> <5.1.0.14.1.20021102213239.035c7ff8@remote-1> <5.1.0.14.1.20021105094122.03654ea8@server-1> <5.1.0.14.1.20021106111016.0251b920@server-1> <20021106220953.76fd2784.morawski@gmx.net> Reply-To: ntg-context@ref.ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036623839 24246 80.91.224.249 (6 Nov 2002 23:03:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 23:03:59 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189ZDI-0006Ip-00 for ; Thu, 07 Nov 2002 00:03:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0466C10AF4; Thu, 7 Nov 2002 00:05:25 +0100 (MET) Original-Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 1CCE510AE6 for ; Thu, 7 Nov 2002 00:04:21 +0100 (MET) Original-Received: (qmail 27820 invoked by uid 0); 6 Nov 2002 23:04:20 -0000 Original-Received: from port1509.fra.ginko.net (HELO melior.localdomain) (212.202.67.239) by mail.gmx.net (mp004-rz3) with SMTP; 6 Nov 2002 23:04:20 -0000 Original-To: ConTeXt In-Reply-To: <20021106220953.76fd2784.morawski@gmx.net> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-redhat-linux) Errors-To: ntg-context-admin@ref.ntg.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9741 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9741 On Wed, 6 Nov 2002 22:09:53 +0100 Jens-Uwe Morawski wrote: > it only happens in a project-product structure, so here are the > product and its only component: Uups, wrong testing. Sorry. As Willi has already reported the problem seems to be the \start|stop[front|body|back]matter thingies. So a real minimal example showing the problem is simply: % output=pdftex interface=en \starttext \setupinteraction[state=start] \startbodymatter This is a sample text. \stopbodymatter \stoptext This gives a document with _two_ pages, so there is an extra not wanted empty page at the end. Jens