From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37356 Path: news.gmane.org!not-for-mail From: Jeremy Hughes Newsgroups: gmane.comp.tex.context Subject: Presentation interaction list Date: Tue, 13 Nov 2007 13:17:34 +1300 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194987494 28231 80.91.229.12 (13 Nov 2007 20:58:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2007 20:58:14 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 13 21:58:18 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1Is2pu-00055Q-Mq for gctc-ntg-context-518@m.gmane.org; Tue, 13 Nov 2007 21:58:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7060C1FC6B; Tue, 13 Nov 2007 21:58:03 +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 29956-01-5; Tue, 13 Nov 2007 21:57:47 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 259FA1FD24; Tue, 13 Nov 2007 21:35:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6B8F1FD4E for ; Tue, 13 Nov 2007 21:35:22 +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 24115-10-15 for ; Tue, 13 Nov 2007 21:35:12 +0100 (CET) Original-Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by ronja.ntg.nl (Postfix) with ESMTP id B81581FEBF for ; Tue, 13 Nov 2007 20:46:12 +0100 (CET) Original-Received: by rv-out-0910.google.com with SMTP id k15so1462759rvb for ; Tue, 13 Nov 2007 11:46:07 -0800 (PST) Original-Received: by 10.141.29.18 with SMTP id g18mr3047201rvj.1194983167294; Tue, 13 Nov 2007 11:46:07 -0800 (PST) Original-Received: from localhost ( [202.89.155.77]) by mx.google.com with ESMTPS id l21sm11803724rvb.2007.11.13.11.46.03 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Nov 2007 11:46:05 -0800 (PST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (darwin) Original-Lines: 94 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:37356 Archived-At: Hi, Forgive me if this is a double post, it didn't seem to get through the first time. I'm writing a presentation where each slide has an interaction list of chapters on the side. There are two things I can't figure out: 1. How to stop the list appearing outside of a part. (Is there a non-documented argument to `criterium'?) 2. How to have the current chapter highlighted on all slides within that chapter. (It's highlighted fine on the first slide of a chapter, but not on subsequent slides). Are these possible? Thanks for your help, Jeremy -------------- slide.tex ---------------- \setuppapersize[S6][S6] \setuppagenumbering[state=stop] \setuptolerance[verytolerant,stretch] \setupencoding[default=texnansi] \setupbodyfont[modern] \setuphead[section][ page=yes] \setuphead[subsection][ page=yes] \setupcolors[state=start] \definecolor [FadedColor] [r=.9,g=.1,b=.1] \definecolor [CurrentColor] [r=.1,g=.9,b=.1] \setupinteraction[ page=yes, color=FadedColor, contrastcolor=CurrentColor, menu=on, state=start] \setuplayout[rightedge=2cm,width=9cm] \startinteractionmenu[right] %% \placecontent[ %% level=chapter,criterium=all, %% coupling=on, %% alternative=f, align=left, %% interaction=all, %% before=, after=] \placelist[chapter][ criterium=all, alternative=f, align=left, interaction=all, before=, after=, chapternumber=no] \stopinteractionmenu \setuphead[part][ placehead=yes, page=yes] \starttext {\bfd Title page} \part {About \TEX} \chapter {Examples} \section {Knuth} \input knuth \section {More Knuth} \input knuth \chapter {More examples} \section {Donald} \input knuth \stoptext ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________