ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Werner Schmidt via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Werner Schmidt <wsnoad@gmx.net>
Subject: Re: How to group list of figures and list of tables by chapter?
Date: Thu, 31 Mar 2022 07:51:10 +0000	[thread overview]
Message-ID: <ACF44532-E008-407D-B086-7E1561D3C21F@gmx.net> (raw)
In-Reply-To: <CAN8fp9XpQ1cR7ZERovvsHv40DqK1f37ckO8YsQN1VKCX6VR83Q@mail.gmail.com>

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
___________________________________________________________________________________

      reply	other threads:[~2022-03-31  7:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31  5:30 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 message]

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=ACF44532-E008-407D-B086-7E1561D3C21F@gmx.net \
    --to=ntg-context@ntg.nl \
    --cc=wsnoad@gmx.net \
    /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).