From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23234 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: extra page in presentation styles Date: Thu, 3 Nov 2005 17:36:47 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1131036119 31487 80.91.229.2 (3 Nov 2005 16:41:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 16:41:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 03 17:41:50 2005 Return-path: 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 1EXi7S-0005v1-8B for gctc-ntg-context-518@m.gmane.org; Thu, 03 Nov 2005 17:39:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E92B3126F8; Thu, 3 Nov 2005 17:39:17 +0100 (CET) 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 20500-02; Thu, 3 Nov 2005 17:39:17 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E69561278D; Thu, 3 Nov 2005 17:37:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 89A561278D for ; Thu, 3 Nov 2005 17:37:31 +0100 (CET) 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 20500-01 for ; Thu, 3 Nov 2005 17:37:30 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with ESMTP id 8CCCC126F8 for ; Thu, 3 Nov 2005 17:37:30 +0100 (CET) Original-Received: from 119-175.uva.surfnetthuis.nl [145.98.119.175] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.35). id jA3GbRd20701; Thu, 3 Nov 2005 17:37:27 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.733) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23234 Archived-At: Context presentation style problem: I didn't use the (green-)presentation style for quite some time. Now I suddenly get an EXTRA PAGE before the first \TitlePage. See below for a minimal example and the output produced. Does somebody happen to what is wrong or where I am wrong? By the way, the upgrade of 27-10-2005 context did not change this. I do not include the pdf-output, because it makes this posting too big to post without special moderator approval. But in my system it gives a blank first page and then the TitlePage as sheet numbered 2. Thanks. Hans van der Meer % =============================================================== % % This example shows an extra blank page before the first real one. \usemodule[pre-green] % =============================================================== % \starttext % =============================================================== % \TitlePage{\vfill\vfill\bf Titlepage\blank \color[red]{Is SECOND instead of\crlf FIRST page!}\blank \tfxx\tfx This is pdfeTeX, Version 3.141592-1.30.0-2.2 (Web2C 7.5.5) \blank ConTeXt ver: 2005.08.31 fmt: 2005.10.19 \vfill\vfill\vfill\bfxx \color[blue]{\currentdate}\hfill\null} % =============================================================== % \Subject{First subject} \vfill This is the first subject page. \vfill % =============================================================== % \stoptext % =============================================================== %