From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32597 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Last page number Date: Sun, 7 Jan 2007 21:50:19 -0800 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168235658 24253 80.91.229.12 (8 Jan 2007 05:54:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2007 05:54:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 08 06:54:16 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 1H3nSY-0001B2-NW for gctc-ntg-context-518@m.gmane.org; Mon, 08 Jan 2007 06:54:14 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5513320055; Mon, 8 Jan 2007 06:51:00 +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 19265-05; Mon, 8 Jan 2007 06:51:00 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA00020032; Mon, 8 Jan 2007 06:48:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7BB9E20052 for ; Mon, 8 Jan 2007 06:48:35 +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 19266-02-3 for ; Mon, 8 Jan 2007 06:48:31 +0100 (CET) Original-Received: from fed1rmmtao03.cox.net (fed1rmmtao03.cox.net [68.230.241.36]) by ronja.ntg.nl (Postfix) with ESMTP id A4EA92002E for ; Mon, 8 Jan 2007 06:48:30 +0100 (CET) Original-Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao03.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070108055143.GNJW29122.fed1rmmtao03.cox.net@fed1rmimpo01.cox.net> for ; Mon, 8 Jan 2007 00:51:43 -0500 Original-Received: from [10.0.1.2] ([75.111.18.179]) by fed1rmimpo01.cox.net with bizsmtp id 8Vqt1W00V3row3P0000000; Mon, 08 Jan 2007 00:50:54 -0500 Original-To: Context Mailing List List X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32597 Archived-At: All, How can I get the last page to have a page number in this example? \setupwhitespace[medium] \setupindenting[medium,yes] \definehead[answers][section] \setuphead[answers][page=right] \setuppagenumbering[alternative=doublesided] \starttext \chapter{Functions} \input knuth \section{Function Notation} \dorecurse{10}{\input knuth par} \answers{Answers} \dorecurse{10}{\input knuth par} \stoptext