Am 26.08.2012 um 13:31 schrieb Robert Blackstone <blackstone.rob...@gmail.com>:

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

Add “prefixsegments=chapter” to the \setuphead settings.

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 via email to