ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Turn Off Header and Footer
@ 2011-07-16 13:51 Bene dikt
  2011-07-17  7:18 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Bene dikt @ 2011-07-16 13:51 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Turn Off Header and Footer
  2011-07-16 13:51 Turn Off Header and Footer Bene dikt
@ 2011-07-17  7:18 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2011-07-17  7:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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 : ntg-context@ntg.nl / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-17  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-16 13:51 Turn Off Header and Footer Bene dikt
2011-07-17  7:18 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).