From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16052 Path: main.gmane.org!not-for-mail From: Salman Khilji Newsgroups: gmane.comp.tex.context Subject: Custom Numbering Problem Date: Wed, 11 Aug 2004 22:12:51 -0700 Organization: NA Sender: ntg-context-bounces@ntg.nl Message-ID: <200408112212.51175.skhilji@tampabay.rr.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092277081 25398 80.91.224.253 (12 Aug 2004 02:18:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Aug 2004 02:18:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 12 04:17:52 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bv5A8-00048A-00 for ; Thu, 12 Aug 2004 04:17:52 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7530812783; Thu, 12 Aug 2004 04:17:52 +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 13879-02; Thu, 12 Aug 2004 04:17:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 88AF71277A; Thu, 12 Aug 2004 04:17:48 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 70B531277A for ; Thu, 12 Aug 2004 04:17:46 +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 13804-03-2 for ; Thu, 12 Aug 2004 04:17:45 +0200 (CEST) Original-Received: from ms-smtp-04.tampabay.rr.com (unknown [65.32.5.134]) by ronja.ntg.nl (Postfix) with ESMTP id A0A1C12778 for ; Thu, 12 Aug 2004 04:17:45 +0200 (CEST) Original-Received: from 137-126.35-65.tampabay.rr.com (137-126.35-65.tampabay.rr.com [65.35.126.137]) by ms-smtp-04.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id i7C2Hb7t023756 for ; Wed, 11 Aug 2004 22:17:43 -0400 (EDT) Original-To: mailing list for ConTeXt users User-Agent: KMail/1.5.1 Content-Disposition: inline X-Virus-Scanned: Symantec AntiVirus Scan Engine 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16052 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16052 Two problems: 1) With the following: \setuphead[section][ownnumber=yes] \setupbodyfont[cmr,12pt] \starttext \completecontent \section{1a0101}{Objective} There is no objective at this moment. \stoptext There is no spacing between the text "1a0101" and "Objective" in the table of contents---this looks really ugly. However, what I really want is the ownnumber to apply to \title, not a \section. So if I do this: \setuphead[title][ownnumber=yes] \setupbodyfont[cmr,12pt] \starttext \completecontent \title{1a0101}{Minimum Radius Turn} \section{Objective} There is no objective at this moment. \stoptext Then the number 1a0101 does not appear right next to a title. (I only see "Minimum Radius Turn" as opposed to the expected "1a0101 Minimum Radius Turn". Also my \section{Objective} has numbering. I thought numbering was turned off by default on \title \section \subsection etc.