[NTG-context] \writetolist not writing the number to the TOC
Henning Hraban Ramm
texml at fiee.net
Sun Mar 26 12:51:09 CEST 2023
Am 25.03.23 um 23:05 schrieb Willi Egger via ntg-context:
> Good evening!
>
> I have a setup in which I need to send info to the TOC:
>
> Consider the following example:
>
> \starttext
>
> \starttitle[title=Contents]
> \placelist[chapter][criterium=all]
> \stoptitle
>
> \startchapter[title=Mychapter]
> \input knuth
> \startsubject[title=Subject will be in TOC]
> \writetolist[chapter]{1}{I am in TOC!}
> \input ward
> \stopsubject
> \stopchapter
>
> \stoptext
>
> According to the Wiki I should get te number (1) in the TOC. Instead the text starts at the height of the chapter-numbering and is not carrying the given number.
>
> Am I doing something wrong?
The wiki says:
âThe default table of contents is combined list. To write to it one has
to choose the level to which it should be inserted:
\writetolist[chapter]{1.}{Chapter list entry A},
\writetolist[section]{1.1}{Section list entry A}, etc.â
https://wiki.contextgarden.net/Command/writetolist
So maybe you need a dot?
Otherwise I donât know.
Hraban
More information about the ntg-context
mailing list