From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1268 Path: main.gmane.org!not-for-mail From: grzegorz.sapijaszko@pl.abb.com Newsgroups: gmane.comp.tex.context Subject: \setuppagenumbering and \completecontents Date: Tue, 16 Nov 1999 14:50:34 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <4125682B.004BF950.00@smtp01.seinf.abb.se> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035392096 31239 80.91.224.250 (23 Oct 2002 16:54:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:54:56 +0000 (UTC) Original-To: ntg-context@ntg.nl (ConTeXt) Xref: main.gmane.org gmane.comp.tex.context:1268 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1268 Hi all, today my problem is with \completecontents... I have defined a file as: [...] \definelist[chapter] \setuplist[chapter][before=\blank] \setuplist[section] \definecombinedlist[contents][chapter,section] \setuppagenumbering[state=stop] \setupheadertexts[section][][chapter][] \setupfootertexts[][\pagenumber][][\pagenumber] \starttext \completecontents \chapter{aaa} \chapter{bbb} \section{aaaaaaa} \section{bbbbbbb} \chapter{ccc} \stoptext but, in this case, in table of contents I have all page numbers as 0. When I add \setuppagenumbering[state=start] after \starttext -> the page numbers in table of contents are ok, but I have also the page numbers in the middle part of header... And I wouldn't have it in header. What should I change in setup area? Greetings, Grzesiek