Hello, I want to insert a table of contents but all I get is the following error message in the created pdf-file: [part,chapter,section,subsection,subsubsection not found/processed] According to the mp-cb-en.pdf page 51/52 documentation I included the following lines to the setup area: \definelist[chapter] \setuplist [chapter] [before=\blank, after=\blank, style=bold] \definelist[section] \setuplist [section] [alternative=d] \definecombinedlist [contents] [chapter,section] [level=subsection] and \placecontent after the \starttext and in front of the first \chapter. What am I doing wrong here? Frank
Frank Grieshaber wrote:
Hello, I want to insert a table of contents but all I get is the following error message in the created pdf-file:
[part,chapter,section,subsection,subsubsection not found/processed]
According to the mp-cb-en.pdf page 51/52 documentation I included the following lines to the setup area:
\definelist[chapter] \setuplist [chapter] [before=\blank, after=\blank, style=bold] \definelist[section] \setuplist [section] [alternative=d] \definecombinedlist [contents] [chapter,section] [level=subsection]
and \placecontent after the \starttext and in front of the first \chapter. What am I doing wrong here?
by default tocs are local, so add: criterium=all (ot text or chapter or ...) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Frank Grieshaber
-
h h extern