ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Robert Blackstone <blackstone.robert@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: Numbering of figures and tables changed?
Date: Sun, 26 Aug 2012 13:31:15 +0200	[thread overview]
Message-ID: <745A78E9-E1D1-4C3F-A971-F397E4B4BDF0@gmail.com> (raw)
In-Reply-To: <mailman.1.1345975201.32620.ntg-context@ntg.nl>


On 26 Aug 2012, at 11:29,  Wolfgang Schuster <wolfgang.schuster@gmail.com> wrote
> 
> Am 26.08.2012 um 10:33 schrieb Robert Blackstone <blackstone.robert@gmail.com>:
> 
>> 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

Thank you, Wolfgang. 
Your advice solves one problem but adds another: now the section numbers are included as well. How do I get rid of these?

See example: 

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

\starttext

\completelistoffigures

\dorecurse{2}
 {\chapter{Chapter #1}
 \input knuth\par
 \dorecurse{2}
 {\section{Section #1}
\input knuth\par
 \placefigure{Caption}{\externalfigure[dummy]}
 \input knuth\par}}  
\stoptext

(I'm sorry for the error in the nested \dorecurse with the section titles but the problem will be clear.)
Thanks in advance.

Kind regards,
Robert

___________________________________________________________________________________
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 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1345975201.32620.ntg-context@ntg.nl>
2012-08-26 11:31 ` Robert Blackstone [this message]
2012-08-26 11:55   ` Wolfgang Schuster
2012-08-26  8:33 Robert Blackstone
2012-08-26  9:29 ` 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=745A78E9-E1D1-4C3F-A971-F397E4B4BDF0@gmail.com \
    --to=blackstone.robert@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).