[NTG-context] \setuplist only for bodypart
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Fri Jun 17 18:33:53 CEST 2022
Pablo Rodriguez via ntg-context schrieb am 17.06.2022 um 16:07:
> On 6/16/22 22:36, Henning Hraban Ramm via ntg-context wrote:
>> Am 16.06.22 um 21:19 schrieb Pablo Rodriguez via ntg-context:
>>
>>> \startsectionblockenvironment[bodypart]
>>> ...
>>> \stopsectionblockenvironment
>> This should work according to documentation.
> Many thanks for your reply, Hraban.
>
> Using current latest (from 2022.05.11 11:36) with current sample outputs
> no different setup for chapters from bodypart:
>
> \startsectionblockenvironment[bodypart]
> \setuplist[chapter]
> [alternative=d]
> \stopsectionblockenvironment
With the above setting you change layout of the chapter entries for list
which are placed in the bodymatter environment, e.g.
\startbodymatter
...
\placelist[chapter]
...
\stopbodymatter
To create separate styles for chapters within the frontmatter and
bodymatter you have to create a new section command where you can apply
different list settings.
> \starttext
> \completecontent
You're now placing \completecontent (and the associated \title) outside
of any sectionblock.
Wolfgang
More information about the ntg-context
mailing list