Difference between revisions of "Command/setupfootertexts"

From Wiki
Jump to navigation Jump to search
m (moved Reference/en/setupfootertexts to Command/setupfootertexts: Text replace - "Reference/en/" to "Command/")
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
Line 49: Line 49:
 
== See also ==
 
== See also ==
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
 +
 +
== ConTeXt-Forum ==
 +
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|setupfootertexts]]
 
[[Category:Commands|setupfootertexts]]

Revision as of 23:58, 14 March 2012

\setupfootertexts

Syntax

\setupfootertexts[...][...][...]
[...] text margin edge
[...] text section date mark pagenumber
[...] text section date mark pagenumber


Description

Example

This example adds 3 points of padding inside the frame, and if you set up double-sided numbering, then the following will add the version in the footer on each page (right on odd pages, left on even pages).

\setuppagenumbering[state=start,alternative=doublesided]

\setupfootertexts
	[]
	[{\framed[offset=3pt]{Version: Fall 2007}}]
	[{\framed[offset=3pt]{Version: Fall 2007}}]
	[]

\starttext
\stoptext

See also

ConTeXt-Forum