From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12498 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: (body)text colour; presentations (slides): step-wise buildup Date: Mon, 16 Jun 2003 18:31:19 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1055781155 32014 80.91.224.249 (16 Jun 2003 16:32:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2003 16:32:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jun 16 18:32:34 2003 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 19RwuI-0008KD-00 for ; Mon, 16 Jun 2003 18:32:34 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8EFF710B4C; Mon, 16 Jun 2003 18:35:15 +0200 (MEST) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 3D1A010ACE for ; Mon, 16 Jun 2003 18:31:19 +0200 (MEST) Original-Received: from g31.physik.fu-berlin.de (g31.physik.fu-berlin.de [160.45.34.131]) by up.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id SAA657230; Mon, 16 Jun 2003 18:31:18 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g31.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19Rwt6-00087A-00; Mon, 16 Jun 2003 18:31:20 +0200 X-X-Sender: tburnus@g31.physik.fu-berlin.de Original-To: NTG-ConTeXt Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@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:12498 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12498 Hi, First: Is there a nice way to setup the fontcolour? Currently I encapsulate the whole document with a startcolor/stopcolor block. Second: I want to build up a slide in steps: | first | | first | | first | | | ==[click]=> | second | =[click]=> | second | | | | | | third | If I recall correctly I've seen one implementation for this (in ConTeXt) using JavaScript (and field stacks), but I cannot find anything regarding this. The other possibility (used by all LaTeX packages I'm aware of) is to produce multiple pages: one per step. Does anyone know by heart where the JS method is burried in ConTeXt? Tobias