From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9131 Path: main.gmane.org!not-for-mail From: AlterEgo Qasars Newsgroups: gmane.comp.tex.context Subject: Partnumbers in references Date: Tue, 3 Sep 2002 09:23:05 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020903072305.GB8495@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035399483 890 80.91.224.250 (23 Oct 2002 18:58:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:58:03 +0000 (UTC) Original-To: konference o ConTeXtu Xref: main.gmane.org gmane.comp.tex.context:9131 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9131 Good morning, I'm typestting using \part command to spread the text to parts. Page numbers (even in the list of content) have the form 1.3 (1 being part one, 3 being page 3). But pagereference given by \at{page}[ref] gives me only the page number 3. How can I correct it? I tried this code: % output=pdf \setupreferencing[partnumber=yes] \starttext \part{one} \section[sec:one]{one} a \part{two} \section[sec:two]{two} b a is at \at{page}[sec:one]. \stoptext But it doesn't helped me. What can I do? Many thanks and greetings. M.K.