From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16857 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: subsubsubsection Date: Sun, 31 Oct 2004 20:02:50 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1099249516 11984 80.91.229.6 (31 Oct 2004 19:05:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 19:05:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 31 20:05:03 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 1COL0h-00064o-00 for ; Sun, 31 Oct 2004 20:05:03 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5ED111279C; Sun, 31 Oct 2004 20:05:03 +0100 (CET) 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 04033-01; Sun, 31 Oct 2004 20:05:03 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6EEA412796; Sun, 31 Oct 2004 20:02:51 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B64912796 for ; Sun, 31 Oct 2004 20:02:49 +0100 (CET) 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 03717-07-2 for ; Sun, 31 Oct 2004 20:02:49 +0100 (CET) Original-Received: from smtprelay01.ispgateway.de (unknown [62.67.200.166]) by ronja.ntg.nl (Postfix) with ESMTP id 116CB1277B for ; Sun, 31 Oct 2004 20:02:49 +0100 (CET) Original-Received: (qmail 32118 invoked from network); 31 Oct 2004 19:02:48 -0000 Original-Received: from unknown (HELO [62.134.77.50]) (698580@[62.134.77.209]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 31 Oct 2004 19:02:48 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16857 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16857 Hi, I have to typeset a document with 5 heading levels. So I wanted to create a subsubsubsection (section-6). But it doesn't work. According to the manual I did it like that: \definesection[section-6] \setupsection[section-6][conversion=characters,previousnumber=no] \definehead[LevelFive][section-6] But these headings get numbers (like section-5) and no entry in the TOC. When I would define \definehead[LevelFive][section-5] then there is an entry in the TOC (but with the wrong counter) Why does \definesection[section-6] not work (for me)? Steffen