2012-10-08 Troy Henderson:

> I would like to create a header on every page with some fixed text in the
> header.  Simply doing
> 
> \setupheadertexts[Some text]
> \setupheader[state=start]
> 
> Does not produce a header on any page, yet
> 
> \setupfootertexts[Some text]
> \setupfooter[state=start]
> 
> does produce a footer on every page.

This works here:

\setupheadertexts [Some header text]
\setupfootertexts [Some footer text]

\starttext
  \dorecurse{5}{\null\page}
\stoptext

> Why does one work and the other does not?

Can you provide a minimal example and state what exactly does not
work?


Marco

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to