From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/93068 Path: news.gmane.org!not-for-mail From: Jan Willem Flamma Newsgroups: gmane.comp.tex.context Subject: Unexpected float numbering in unnumbered subsubsection Date: Tue, 15 Dec 2015 09:45:22 +0100 Message-ID: <0737AF9B-65BE-4FB3-8DD1-33B1977A0B79@icloud.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Content-Type: multipart/mixed; boundary="===============3922714813645164329==" X-Trace: ger.gmane.org 1450169262 4134 80.91.229.3 (15 Dec 2015 08:47:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 08:47:42 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 15 09:47:28 2015 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a8lFR-0007qq-0T for gctc-ntg-context-518@m.gmane.org; Tue, 15 Dec 2015 09:46:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id F34734000; Tue, 15 Dec 2015 09:45:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GkVcSXJVrX7W; Tue, 15 Dec 2015 09:45:40 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [IPv6:::1]) by zapf.ntg.nl (Postfix) with ESMTP id 33B9C55D1; Tue, 15 Dec 2015 09:45:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 96F12535A for ; Tue, 15 Dec 2015 09:45:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8tfakCZKHwQs for ; Tue, 15 Dec 2015 09:45:37 +0100 (CET) Original-Received: from st11p05im-asmtp002.me.com (st11p05im-asmtp002.me.com [17.172.109.150]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id 67C784000 for ; Tue, 15 Dec 2015 09:45:27 +0100 (CET) Original-Received: from imac-kantoor.fritz.box (a83-162-179-103.adsl.xs4all.nl [83.162.179.103]) by st11p05im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0NZE00A6J5NNDA20@st11p05im-asmtp002.me.com> for ntg-context@ntg.nl; Tue, 15 Dec 2015 08:45:25 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-12-15_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=21 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1512150151 X-Mailer: Apple Mail (2.3096.5) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 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 Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:93068 Archived-At: --===============3922714813645164329== Content-type: multipart/alternative; boundary="Apple-Mail=_9B09B1D7-EFF5-4098-8D57-76A73F9D26FA" --Apple-Mail=_9B09B1D7-EFF5-4098-8D57-76A73F9D26FA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Dear list members, I ran into the following issue related to figure/float numbering. I use numbered chapters, sections, subsections and unnumbered = subsubsections. See minimal example below. Figure numbering works as expected in the numbered chapters, sections = and subsections. Figures get numbered: Figure 1.1 The figure numbering is unexpected in the unnumbered sub subsection: Figures get numbered: Figure 2 (in stead of the expected Figure 1.2) I would like all figures (and floats) to be numbered in sequence = according the chapter numbering: Chapter 1: Figure 1.1, Figure 1.2, Table 1.3, Figure 1.4, etc Chapter 2: Figure 2.1, Figure 2.2 etc I've tried several \setupcaptions options but was unable to solve so = far. Everything works as expected when using a numbered subsubsection so the = problem is somehow related to the number=3Dno option Minimal example: \setuphead[chapter, section, subsection] \setuphead[subsubsection] [number=3Dno] =09 \starttext \startchapter[title=3DChapter title] \input ward =09 \startsection[title=3DSection title1] \input ward \placefigure[here][]{Caption} {\externalfigure[dummy]} =09 \startsubsubsection[title=3DSubsubsection title] \input ward \placefigure[here][]{Caption} {\externalfigure[dummy]} \stopsubsubsection \stopsection \startsection[title=3DSection title2] \input ward \placefigure[here][]{Caption} {\externalfigure[dummy]} \stopsection \stopchapter \stoptext Would appreciated some advise on how to solve this. Best regards, Jan Willem Flamma= --Apple-Mail=_9B09B1D7-EFF5-4098-8D57-76A73F9D26FA Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii
Dear list members,
I ran into the following issue related to figure/float numbering.
I use numbered chapters, sections, subsections and unnumbered subsubsections. See minimal example below.
Figure numbering works as expected in the numbered chapters, sections and subsections.
Figures get numbered: Figure 1.1
The figure numbering is unexpected in the unnumbered sub subsection:
Figures get numbered: Figure 2 (in stead of the expected Figure 1.2)
I would like all figures (and floats) to be numbered in sequence according the chapter numbering:
Chapter 1: Figure 1.1, Figure 1.2, Table 1.3, Figure 1.4, etc
Chapter 2: Figure 2.1, Figure 2.2 etc
I've tried several \setupcaptions options but was unable to solve so far.
Everything works as expected when using a numbered subsubsection so the problem is somehow related to the number=no option
Minimal example:
\setuphead[chapter, section, subsection]
\setuphead[subsubsection]
[number=no]
\starttext
\startchapter[title=Chapter title]
\input ward
\startsection[title=Section title1]
\input ward
\placefigure[here][]{Caption}
{\externalfigure[dummy]}
\startsubsubsection[title=Subsubsection title]
\input ward
\placefigure[here][]{Caption}
{\externalfigure[dummy]}
\stopsubsubsection
\stopsection
\startsection[title=Section title2]
\input ward
\placefigure[here][]{Caption}
{\externalfigure[dummy]}
\stopsection
\stopchapter
\stoptext
Would appreciated some advise on how to solve this.
Best regards,
Jan Willem Flamma
--Apple-Mail=_9B09B1D7-EFF5-4098-8D57-76A73F9D26FA-- --===============3922714813645164329== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============3922714813645164329==--