Difference between revisions of "Command/setupsectionblock"

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

Revision as of 23:59, 14 March 2012

\setupsectionblock

Syntax

\setupsectionblock[...][...,...=...,...]
[...] name
number yes no
page yes right
before command
after command


Description

Standard section blocks:

  • frontpart
  • bodypart
  • backpart
  • appendix
page yes start section block on a new page
right start section block on a right (odd) page


Example

\setupsectionblock[frontpart][page=no]
\setupsectionblock[bodypart][page=no]
\setupsectionblock[backpart][page=no]
\setupsectionblock[appendix][page=no]


See also

ConTeXt-Forum