Am 26.05.2011 um 11:10 schrieb Mathieu DUPONT:
Hi,
I can't find out how to remove the header on the first page of a list, e.g the TOC.
\setuphead[content][header=empty]
won't do anything.
Anyone has an idea ?
There is no heading with the name “content”.
\definehead[content][title]
\setuphead[content][header=empty]
\starttext
\content{Contents}
\placecontent
\stoptext
Wolfgang