[NTG-context] \setuplist only for bodypart
Pablo Rodriguez
oinos at gmx.es
Fri Jun 17 16:07:06 CEST 2022
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
\starttext
\completecontent
\startfrontmatter
\dorecurse{5}
{\chapter{Chapter \recurselevel}}
\stopfrontmatter
\startbodymatter
\dorecurse{5}
{\chapter{Chapter \recurselevel}}
\stopbodymatter
\startbackmatter
\dorecurse{5}
{\chapter{Chapter \recurselevel}}
\stopbackmatter
\stoptext
Just to contribute a sample that helps to confirm the issue.
Many thanks for your help,
Pablo
More information about the ntg-context
mailing list