From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34222 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: broken section number Date: Fri, 13 Apr 2007 00:58:03 +0200 Message-ID: <461ED59B.10617.42A702@wwl.musensturm.de> 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: sea.gmane.org 1176419030 7244 80.91.229.12 (12 Apr 2007 23:03:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 23:03:50 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 13 01:03:47 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 1Hc8KP-0006wn-Id for gctc-ntg-context-518@m.gmane.org; Fri, 13 Apr 2007 01:03:45 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DA17A1FDFC; Fri, 13 Apr 2007 01:03:44 +0200 (CEST) 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 12778-03-3; Fri, 13 Apr 2007 01:03:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3DD2E1FDF5; Fri, 13 Apr 2007 01:03:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EBFDA1FDF5 for ; Fri, 13 Apr 2007 01:03:26 +0200 (CEST) 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 12778-03-2 for ; Fri, 13 Apr 2007 01:03:22 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by ronja.ntg.nl (Postfix) with ESMTP id DA2861FDED for ; Fri, 13 Apr 2007 01:03:21 +0200 (CEST) Original-Received: from [89.13.30.91] (helo=[192.168.178.21]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1Hc8K10tFv-0004sE; Fri, 13 Apr 2007 01:03:21 +0200 Priority: normal X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX19H5AYyJUTmuDcMQ6sruMrx0RJNW/znU9iZ6KU sJhchiOtjCvMQjVrM5eWrANs7xQGnenReAalV4fk7vbcr9jgrE mNdZDfHse6Q/jc+n4L+tfIRBm+JUcIg 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:34222 Archived-At: Hallo! I need help with referencing a subsubsection-number and the following setup: --------------------------------------- \setuphead[chapter][number=no] \setuphead[subsection][resetnumber=no] \setuphead[subsubsection][ numbercommand={\determineheadnumber[section]\currentheadnumber .}] \setupsection[section][previousnumber=no,conversion=Romannumerals] \setupsection[subsection][previousnumber=no,conversion=Characters] \setupsection[subsubsection][previousnumber=no] \starttext \section{Eins} \subsection{Zuerst} \subsubsection{Test} \subsubsection[LAB]{Test} \subsubsection{Test} \subsection{Danach} \subsubsection{Test} \subsubsection{Test} \section{Zwei} \subsection{Und dann} \subsubsection{Test} In \in[LAB] % <---- problem \stoptext --------------------------------------- The numbering of the subsub's is prefixed (arabic, not roman) and reset by the section-number (not the subsection-number). This works. The problem is, that section-number-prefix is not used for the reference. What is the solution? Btw. I have not found any explanations for the 'prefix' and the 'ownnumber' options. Where can I read and learn about these options? Wolfgang