ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Numbering of figures and tables changed?
Date: Sun, 26 Aug 2012 11:29:15 +0200	[thread overview]
Message-ID: <039C0CBC-2AE6-44E4-8210-DD3EE35DE65E@gmail.com> (raw)
In-Reply-To: <F470C655-7EEB-4634-945C-50EB37E2D260@gmail.com>


Am 26.08.2012 um 10:33 schrieb Robert Blackstone <blackstone.robert@gmail.com>:

> Dear list,
> 
> In the book/thesis I am typesetting the many figures (Examples) and the few tables must be numbered per chapter, (Ex. 1.3, Ex. 4.17 etc) and they should appear like this in the List of Examples.
> Up to around 27 july this worked perfectly, automatically I should say, but with a newer version of mkiv (25 august) they come out numbered for the book as a whole and without chapter numbers. I have not changed the setups, and I can reproduce the correct result with an older version of mkiv (may) with a slightly adapted environment file. Unfortunately I do need some recent features of mkiv. 
> The setups for the floats are:
> 
> \definefloat[Example][examples]
> \setupfloat[Example][spacebefore=medium,spaceafter=medium,sidespacebefore=medium,sidespaceafter=medium]
> \setupcaption[Example][location=top,number=yes,inbetween=\blank,bodyfont=10pt]	
> \setuplabeltext[en][Example=Ex.~]
> 
> \definefloat[table][tables]
> \setupfloat[table][spacebefore=medium,spaceafter=medium,sidespacebefore=medium,sidespaceafter=medium]
> \setupcaption[table][location=top,number=yes,inbetween=\blank,bodyfont=10pt]\setuplabeltext[en][table=Table~]
> 
> I tried  [way=bychapter] as an argument for the captions but that did not change anything'
> 
> What can I do to give me back the numbering of the floats per chapter? Or, if it is a bug in the recent Minimals, can the numbering per chapter be restored somehow? 


Setting the way how you want to be numbered resets only the figure counter, to show the chapter number you have to enable prefixes.

\setupcaption[figure][way=bychapter,prefix=yes]

\starttext

\completelistoffigures

\dorecurse{2}
  {\chapter{Chapter #1}
   \dorecurse{5}
     {\dorecurse{4}{\input knuth\par}
      \placefigure{Caption}{\externalfigure[dummy]}
      \dorecurse{4}{\input knuth\par}}}

\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2012-08-26  9:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-26  8:33 Robert Blackstone
2012-08-26  9:29 ` Wolfgang Schuster [this message]
     [not found] <mailman.1.1345975201.32620.ntg-context@ntg.nl>
2012-08-26 11:31 ` Robert Blackstone
2012-08-26 11:55   ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=039C0CBC-2AE6-44E4-8210-DD3EE35DE65E@gmail.com \
    --to=wolfgang.schuster@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).