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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________