Difference between revisions of "Command/setupheadertexts"

From Wiki
Jump to navigation Jump to search
m (moved Reference/en/setupheadertexts to Command/setupheadertexts: Text replace - "Reference/en/" to "Command/")
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
Line 51: Line 51:
  
 
[[cmd:setupheader|\setupheader]]
 
[[cmd:setupheader|\setupheader]]
 +
 +
== ConTeXt-Forum ==
 +
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|setupheadertexts]]
 
[[Category:Commands|setupheadertexts]]

Revision as of 23:58, 14 March 2012

\setupheadertexts

Syntax

\setupheadertexts[...][...][...][...]
[...] text on the left handed side of odd pages
[...] text on the right handed side of odd pages
[...] text on the right handed side of even pages
[...] text on the left handed side of even pages


Description

Place headers and footers with the commands \setupheadertexts and \setupfootertexts.

These commands take 4 arguments. The first is for the left handed side on odd pages, the second for the right handed side on odd pages, the third for the right handed side on even pages, and the fourth for the left handed side on even pages.

Example

This example produces the same header on odd and even pages.

\setupheadertexts
        [{\getmarking[chapter]}]    [{page \pagenumber}]
        [{page \pagenumber}]        [{\getmarking[chapter]}]
\setuppagenumbering[location=]

Note: \setuppagenumbering[location=] supresses the default output (i.e. centered in header) of the page number on every page.

See also

\setupheader

ConTeXt-Forum