Difference between revisions of "Command/setupfootertexts"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=setupfootertexts
 
|name=setupfootertexts
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupfootertexts</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 32: Line 33:
 
== Example ==
 
== Example ==
  
<pre class="example">
+
This example adds 3 points of padding inside the frame, and if you
% 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  
% 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).
% in the footer on each page (right on odd pages, left on even pages).
 
  
 +
<texcode>
 
\setuppagenumbering[state=start,alternative=doublesided]
 
\setuppagenumbering[state=start,alternative=doublesided]
  
Line 47: Line 48:
 
\starttext
 
\starttext
 
\stoptext
 
\stoptext
 +
</texcode>
 +
 +
== See also ==
 +
<!-- something like {{cmd|goto}} -->
  
</pre>
+
*{{cmd|setupheadertexts}}
  
== See also ==
+
== Help from ConTeXt-Mailinglist/Forum ==
<!-- something like [[cmd:goto|\goto]] -->
+
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|setupfootertexts]]
+
[[Category:Command/Texts|setupfootertexts]]

Latest revision as of 20:35, 13 January 2020

\setupfootertexts

Syntax (autogenerated)

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


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

Help from ConTeXt-Mailinglist/Forum

All issues with: