From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16885 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: \presentationstep Date: Tue, 02 Nov 2004 01:04:00 -0500 Message-ID: <1099375440.32522.19.camel@tempete.lac.qc.ca> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099375430 17573 80.91.229.6 (2 Nov 2004 06:03:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 06:03:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 02 07:03:36 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COrlY-0002tn-00 for ; Tue, 02 Nov 2004 07:03:36 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E2C44127AA; Tue, 2 Nov 2004 07:03:34 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16403-02; Tue, 2 Nov 2004 07:03:30 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D1179127A4; Tue, 2 Nov 2004 07:03:30 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F3FD127A4 for ; Tue, 2 Nov 2004 07:03:29 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16058-07 for ; Tue, 2 Nov 2004 07:03:29 +0100 (CET) Original-Received: from tomts36-srv.bellnexxia.net (unknown [209.226.175.93]) by ronja.ntg.nl (Postfix) with ESMTP id C7C94127A3 for ; Tue, 2 Nov 2004 07:03:28 +0100 (CET) Original-Received: from tempete.lac.qc.ca ([64.229.111.36]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041102060327.XMXP7954.tomts36-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Tue, 2 Nov 2004 01:03:27 -0500 Original-Received: from tempete.lac.qc.ca ([192.168.1.1] ident=david) by tempete.lac.qc.ca with esmtp (Exim 4.34) id 1COrlw-0001xJ-SQ for ntg-context@ntg.nl; Tue, 02 Nov 2004 01:04:00 -0500 Original-To: ntg-context@ntg.nl X-Mailer: Evolution 2.0.2 X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16885 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16885 Hi, Could someone tell me if I'm doing something bad here, please? File test.tex ------------------------------- \usemodule[pre-original] \starttext \Subject{Test} step 1 \presentationstep step 2 \stoptext ------------------------------- texexec --mode=step --output=pdf test.tex This gives me a white page instead of the text I get without `--mode=step'. Thanks for any help, David