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
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
participants (2)
-
Marco Patzer
-
Troy Henderson