16 Feb
2009
16 Feb
'09
11:28 p.m.
Am 16.02.2009 um 19:22 schrieb Alan Stone:
How do you get the chapter number in front of the chapter heading in the TOC, in the following example with \setuphead[chapter][number=no] ?
\setuphead[chapter][% % number=yes] number=no]
With "number=no" the current section is no longer written to the utility file and there is no way to get it in the toc. What you can do is to enable section numbering but remove it from the output. \setuphead [chapter] [numbercommand=\gobbleoneargument, distance=0pt] Wolfgang