Hi, I'm writing a report about my internship at the moment with ConTeXt. There's one problem: I would like to turn off the header and footer on the page with the table of contents. I've found the command "\page[header,footer]" but it has no effect. :( Command reference for "\page" command: http://wiki.contextgarden.net/Reference/en/page Here you can see my present code: http://pastebin.com/JNtXji1i I placed the "\page" command before "\completecontent" to turn off header and footer, however they are typeset. Maybe somebody has a tip how to solve this problem. Thank you. Benedikt
Am 16.07.2011 um 15:51 schrieb Bene dikt:
Hi,
I'm writing a report about my internship at the moment with ConTeXt.
There's one problem: I would like to turn off the header and footer on the page with the table of contents.
I've found the command "\page[header,footer]" but it has no effect. :( Command reference for "\page" command: http://wiki.contextgarden.net/Reference/en/page
Here you can see my present code: http://pastebin.com/JNtXji1i
I placed the "\page" command before "\completecontent" to turn off header and footer, however they are typeset.
Maybe somebody has a tip how to solve this problem.
\definehead[content] \setuphead[content][header=empty,footer=empty] \starttext \content{Inhaltsverzeichnis} \placecontent \stoptext BTW: You can remove \language[de] because \mainlanguage[de] loads the german pattern. Wolfgang
participants (2)
-
Bene dikt
-
Wolfgang Schuster