[NTG-context] Header without chapters/sections

2012-10-08 Thread 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.

Why does one work and the other does not?

Troy Henderson
___
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
___

Re: [NTG-context] Header without chapters/sections

2012-10-08 Thread Marco Patzer
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
___


Re: [NTG-context] Header without chapters/sections

2012-10-08 Thread Troy Henderson
Apologies.  I had set header=0in with \setuplayout.  It works fine.

Troy
___
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
___