From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19740 Path: news.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: Page number in interaction menu Date: Mon, 11 Apr 2005 01:32:20 -0400 Message-ID: <1113197540.5710.13.camel@tempete.lac.qc.ca> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113197587 11850 80.91.229.2 (11 Apr 2005 05:33:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 05:33:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 11 07:33:04 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 1DKrXj-0000UT-1V for gctc-ntg-context-518@m.gmane.org; Mon, 11 Apr 2005 07:33:03 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A8C4A127BD; Mon, 11 Apr 2005 07:35:54 +0200 (CEST) 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 25821-03; Mon, 11 Apr 2005 07:35:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76353127CA; Mon, 11 Apr 2005 07:32:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 20ED5127CA for ; Mon, 11 Apr 2005 07:32:24 +0200 (CEST) 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 25514-05 for ; Mon, 11 Apr 2005 07:32:23 +0200 (CEST) Original-Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by ronja.ntg.nl (Postfix) with ESMTP id C3208127BD for ; Mon, 11 Apr 2005 07:32:22 +0200 (CEST) Original-Received: from [69.156.160.64] by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050411053221.TIAA27245.tomts25-srv.bellnexxia.net@[69.156.160.64]> for ; Mon, 11 Apr 2005 01:32:21 -0400 Original-To: mailing list for ConTeXt users X-Mailer: Evolution 2.2.1.1 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: news.gmane.org gmane.comp.tex.context:19740 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19740 Hello, Is there a way to remove the page number from the interaction menu? I might be doing something wrong. Thanks for any clue. Minimal example: \setuppapersize [S6][S6] \setuplayout [height=300pt, bottom=24pt] \setupbodyfont [20pt] \setupinteraction [state=start, menu=on] \startinteractionmenu [bottom] Menu: \placelist[chapter] [alternative=bottom,criterium=all,pagenumber=no] \stopinteractionmenu \starttext \chapter{First} \page hello \chapter{Second} \stoptext Regards, David