ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to group list of figures and list of tables by chapter?
@ 2022-03-31  5:30 Werner Schmidt via ntg-context
  2022-03-31  5:58 ` Duncan Hothersall via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Werner Schmidt via ntg-context @ 2022-03-31  5:30 UTC (permalink / raw)
  To: ntg-context; +Cc: Werner Schmidt

Hi,

How can I set up \placelistoffigures and \placelistoftables that figures and tables are grouped by chapter, i.e. separated by a blank line between chapters (see example below)?

Thanks in advance for your help!

Best Werner


(Default:)
Figures

1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2
2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3
3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4

(Wanted:)
Figures

1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2

2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3

3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to group list of figures and list of tables by chapter?
  2022-03-31  5:30 How to group list of figures and list of tables by chapter? Werner Schmidt via ntg-context
@ 2022-03-31  5:58 ` Duncan Hothersall via ntg-context
  2022-03-31  7:51   ` Werner Schmidt via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Duncan Hothersall via ntg-context @ 2022-03-31  5:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Duncan Hothersall


[-- Attachment #1.1: Type: text/plain, Size: 2012 bytes --]

You could try using \writebetweenlist hooked into \setuphead[chapter]?
Something like (untested):

\setuphead[chapter][before={\writebetweenlist[figure][location=here]{\blank}}]

(Sorry, can't currently test this.)

Duncan

On Thu, 31 Mar 2022 at 06:31, Werner Schmidt via ntg-context <
ntg-context@ntg.nl> wrote:

> Hi,
>
> How can I set up \placelistoffigures and \placelistoftables that figures
> and tables are grouped by chapter, i.e. separated by a blank line between
> chapters (see example below)?
>
> Thanks in advance for your help!
>
> Best Werner
>
>
> (Default:)
> Figures
>
> 1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2
> 2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
> 2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3
> 3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
> 3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
> 3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4
>
> (Wanted:)
> Figures
>
> 1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2
>
> 2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
> 2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3
>
> 3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
> 3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
> 3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 3239 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to group list of figures and list of tables by chapter?
  2022-03-31  5:58 ` Duncan Hothersall via ntg-context
@ 2022-03-31  7:51   ` Werner Schmidt via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Werner Schmidt via ntg-context @ 2022-03-31  7:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Werner Schmidt

Thanks a lot it works!

I just had to add \noindent because for some strange reason the chapter title was indented after adding the \writebetweenlist hook to \setuphead.

before={
\noindent
\writebetweenlist [figure] [location=here] {\blank}
\writebetweenlist [table] [location=here] {\blank}
}

Thanks Werner


On March 31, 2022 5:58:47 AM UTC, Duncan Hothersall <dh@capdm.com> wrote:
>You could try using \writebetweenlist hooked into \setuphead[chapter]?
>Something like (untested):
>
>\setuphead[chapter][before={\writebetweenlist[figure][location=here]{\blank}}]
>
>(Sorry, can't currently test this.)
>
>Duncan
>
>On Thu, 31 Mar 2022 at 06:31, Werner Schmidt via ntg-context <
>ntg-context@ntg.nl> wrote:
>
>> Hi,
>>
>> How can I set up \placelistoffigures and \placelistoftables that figures
>> and tables are grouped by chapter, i.e. separated by a blank line between
>> chapters (see example below)?
>>
>> Thanks in advance for your help!
>>
>> Best Werner
>>
>>
>> (Default:)
>> Figures
>>
>> 1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2
>> 2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
>> 2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3
>> 3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
>> 3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
>> 3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4
>>
>> (Wanted:)
>> Figures
>>
>> 1.1 Caption Chapter01-Section01-01 . . . . . . . . . . . . . . . . . 2
>>
>> 2.1 Caption Chapter02-Section01-01 . . . . . . . . . . . . . . . . . 3
>> 2.2 Caption Chapter02-Section01-02 . . . . . . . . . . . . . . . . . 3
>>
>> 3.1 Caption Chapter03-Section01-01 . . . . . . . . . . . . . . . . . 4
>> 3.2 Caption Chapter03-Section01-02 . . . . . . . . . . . . . . . . . 4
>> 3.3 Caption Chapter03-Section02-03 . . . . . . . . . . . . . . . . . 4
>>
>> ___________________________________________________________________________________
>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-31  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  5:30 How to group list of figures and list of tables by chapter? Werner Schmidt via ntg-context
2022-03-31  5:58 ` Duncan Hothersall via ntg-context
2022-03-31  7:51   ` Werner Schmidt via ntg-context

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).