Changes

Jump to navigation Jump to search
m
activate example
<!-- please remove this and the following line if you have checked this page -->
{{Reference_Cleanup}}
{{Reference
|name=setupheadertexts
|attributes=
}}
 
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>setupheadertexts</syntax>
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\setupheadertexts<span class="first" style="color:red;">[...]</span><span class="second" >[...]</span><span class="third" >[...]</span><span class="fourth" style="background-color:yellow;" >[...]</span></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[...]</td>
<td><strong>text</strong> margin edge on the left handed side of odd pages </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[...]</td>
<td><strong>text section date mark pagenumber </strong> on the right handed side of odd pages </td>
</tr>
<tr valign="top" class="third">
<td class="cmd">[...]</td>
<td><strong>text section date mark pagenumber </strong> on the right handed side of even pages </td> </tr> <tr valign="top" class="fourth" style="background-color:yellow;"> <td class="cmd">[...]</td> <td><strong>text</strong> on the left handed side of even pages </td>
</tr>
</table>
or
 
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\setupheadertexts<span class="first" style="color:red;">[...]</span></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[...]</td>
<td><strong>text</strong> in the middle of the header</td>
</tr>
</table>
 
Note that these can be combined, so if you want a header with text on the left, middle, and right of the page you can use:
 
<texcode>
\setupheadertexts[middle text]
\setupheadertexts[on the left][on the right]
</texcode>
 
There are predefined keywords for popular values, like <code>chapter</code> and <code>pagenumber</code>,
== Description == Place headers and footers with the commands setupheadertexts and setupfootertexts. These commands takes 4 arguments. The first is for the left margin on odd pages, the second for the right margin on odd pages, the third for the left margin on even pages, and the fourth for the right margin on even pages.eg:
<texcode>
\setupheadertexts [{chapter \getmarking[chapter]}] [{page \pagenumber}] [{page \pagenumber}] setupheadertexts[{chapter \getmarking[chapter]}]\setupfootertexts [{chapter \getmarking[chapter]}] [{page \pagenumber}] [{page \pagenumber}] [{chapter \getmarking[chapter]}]
</texcode>
== Description ==
Place headers and footers with the commands \setupheadertexts and {{cmd|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 ==
<!-- Please fill in an example if you can -->
 
This example produces the same header on odd and even pages.
 
<texcode>
\setupheadertexts
[{\getmarking[chapter]}] [{page \pagenumber}]
[{page \pagenumber}] [{\getmarking[chapter]}]
\setuppagenumbering[location=]
</texcode>
 
'''Note:''' '''\setuppagenumbering[location=]''' supresses the default output (i.e. centered in header) of the page number on every page.
 
=== Multiline header ===
 
<context source="yes">
\setuppapersize[A7,landscape]
\startsetups[headertext]
\startframed[frame=off,align=flushleft,width=fit]
abc\\
def\\
ghi\\
jkl
\stopframed
\stopsetups
 
\setupheadertexts[\directsetup{headertext}]
 
\starttext
\showframe
aaa
\stoptext
</context>
== See also ==
<!-- something like [[{{cmd:goto|\goto]] }} --> *{{cmd|setupfootertexts}}*{{cmd|setupheader}} == Help from ConTeXt-Mailinglist/Forum ==All issues with:{{Forum|{{SUBPAGENAME}}}}
[[Category:ReferenceCommand/enTexts|setupheadertexts]]

Navigation menu