From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55843 Path: news.gmane.org!not-for-mail From: Tad Ashlock Newsgroups: gmane.comp.tex.context Subject: Unexpected Consequence of Turning Off Subsubsection Numbering Date: Fri, 29 Jan 2010 16:36:20 -0700 Message-ID: <2b4e76bb1001291536v3989e8cfs9cbf6d58d6df07fc@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=000e0cd7058a4c0a37047e561a93 X-Trace: ger.gmane.org 1264808199 7737 80.91.229.12 (29 Jan 2010 23:36:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2010 23:36:39 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 30 00:36:32 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nb0O8-0001Uw-Dk for gctc-ntg-context-518@m.gmane.org; Sat, 30 Jan 2010 00:36:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 60E6BC9C6D; Sat, 30 Jan 2010 00:37:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2A17oghb2GiX; Sat, 30 Jan 2010 00:37:04 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6D3EBC9C01; Sat, 30 Jan 2010 00:37:04 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E8925C9C01 for ; Sat, 30 Jan 2010 00:36:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zN1am3pMrGeq for ; Sat, 30 Jan 2010 00:36:57 +0100 (CET) Original-Received: from mail-yx0-f197.google.com (mail-yx0-f197.google.com [209.85.210.197]) by balder.ntg.nl (Postfix) with ESMTP id 87E68C9BD1 for ; Sat, 30 Jan 2010 00:36:56 +0100 (CET) Original-Received: by yxe35 with SMTP id 35so2648959yxe.2 for ; Fri, 29 Jan 2010 15:36:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=nOHEcLB6mRj/VQuQV2pN14dUf3BZADFvi7cnP9cDcNE=; b=ofTuJ6PkGr4uiv6frqr/gQNhmOUSCKePcLPsqo5nbtZUwYA7KYCsdL63wCzKmU2Klz J4Jgy2XtVWd9Wlq9VsypRqSj+Xtq3vw5ZduLcaN5+rykZvlSL9ZwO2i/JlBRytaAsQQd V8qj+dNPhSObRoSbWn1kecm+iY4zHhsvQdzUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bZuy9fBt5SZXaiiM+sgywOHZICB3dCWwVQCwdjJMEptKh0YA29QpMPVHig4bDn7Td1 kBCJ7lmgkoW2djr/AlE3i8QdvA5QcApxjOtdryt8Di/ViwbN6/XgtxxDTLCaRu09Wvsk OggpzjKgKapDxhqn4P2M/bnYdMMdgl3fdQ4NI= Original-Received: by 10.150.128.36 with SMTP id a36mr2626105ybd.166.1264808180320; Fri, 29 Jan 2010 15:36:20 -0800 (PST) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:55843 Archived-At: --000e0cd7058a4c0a37047e561a93 Content-Type: text/plain; charset=ISO-8859-1 Hi All, If I setup the table caption numbering to be 'bychapter' and then turn off the numbering of subsubsections, any table within a subsubsection won't have the chapter number as part of the table number. Example (also attached as tadtest4.tex): ============================================================ \setupcaption[table][way=bychapter] \setuphead[subsubsection][number=no] \starttext \chapter{Chapter Name} \placetable[split]{First Table}% {\bTABLE\bTR\bTD table row \eTD\eTR\eTABLE} \section{Section Name} \placetable[split]{Second Table}% {\bTABLE\bTR\bTD table row \eTD\eTR\eTABLE} \subsection{Subsection Name} \placetable[split]{Third Table}% {\bTABLE\bTR\bTD table row \eTD\eTR\eTABLE} \subsubsection{Subsubsection Name} \placetable[split]{Fourth Table}% {\bTABLE\bTR\bTD table row \eTD\eTR\eTABLE} \stoptext ============================================================ The example above has "Table 4" instead of "Table 1.4". Is this unintentional behavior, or am I doing it wrong? Thanks, Tad --000e0cd7058a4c0a37047e561a93 Content-Type: application/x-tex; name="tadtest4.tex" Content-Disposition: attachment; filename="tadtest4.tex" Content-Transfer-Encoding: base64 X-Attachment-Id: f_g51m3viw0 XHNldHVwY2FwdGlvblt0YWJsZV1bd2F5PWJ5Y2hhcHRlcl0NClxzZXR1cGhlYWRbc3Vic3Vic2Vj dGlvbl1bbnVtYmVyPW5vXQ0KDQpcc3RhcnR0ZXh0DQoNClxjaGFwdGVye0NoYXB0ZXIgTmFtZX0N Cg0KXHBsYWNldGFibGVbc3BsaXRde0ZpcnN0IFRhYmxlfSUNCntcYlRBQkxFXGJUUlxiVEQgdGFi bGUgcm93IFxlVERcZVRSXGVUQUJMRX0NCg0KXHNlY3Rpb257U2VjdGlvbiBOYW1lfQ0KDQpccGxh Y2V0YWJsZVtzcGxpdF17U2Vjb25kIFRhYmxlfSUNCntcYlRBQkxFXGJUUlxiVEQgdGFibGUgcm93 IFxlVERcZVRSXGVUQUJMRX0NCg0KXHN1YnNlY3Rpb257U3Vic2VjdGlvbiBOYW1lfQ0KDQpccGxh Y2V0YWJsZVtzcGxpdF17VGhpcmQgVGFibGV9JQ0Ke1xiVEFCTEVcYlRSXGJURCB0YWJsZSByb3cg XGVURFxlVFJcZVRBQkxFfQ0KDQpcc3Vic3Vic2VjdGlvbntTdWJzdWJzZWN0aW9uIE5hbWV9DQoN ClxwbGFjZXRhYmxlW3NwbGl0XXtGb3VydGggVGFibGV9JQ0Ke1xiVEFCTEVcYlRSXGJURCB0YWJs ZSByb3cgXGVURFxlVFJcZVRBQkxFfQ0KDQpcc3RvcHRleHQNCg== --000e0cd7058a4c0a37047e561a93 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --000e0cd7058a4c0a37047e561a93--