Difference between revisions of "Command/setupsectionblock"

From Wiki
Jump to navigation Jump to search
m (Cleanup)
 
(9 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupsectionblock</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 14: Line 17:
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
     <td class="cmd">[[Reference/en/keyword:number|number]]</td>
+
     <td class="cmd">[[Command/keyword:number|number]]</td>
     <td>[[Reference/en/value:yes|yes]] [[Reference/en/value:no|no]] </td>
+
     <td>[[Command/value:yes|yes]] [[Command/value:no|no]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
     <td class="cmd">[[Reference/en/keyword:page|page]]</td>
+
     <td class="cmd">[[Command/keyword:page|page]]</td>
     <td>[[Reference/en/value:yes|yes]] [[Reference/en/value:right|right]] </td>
+
     <td>[[Command/value:yes|yes]] [[Command/value:right|right]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
     <td class="cmd">[[Reference/en/keyword:before|before]]</td>
+
     <td class="cmd">[[Command/keyword:before|before]]</td>
     <td>[[Reference/en/value:command|command]] </td>
+
     <td>[[Command/value:command|command]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
     <td class="cmd">[[Reference/en/keyword:after|after]]</td>
+
     <td class="cmd">[[Command/keyword:after|after]]</td>
     <td>[[Reference/en/value:command|command]] </td>
+
     <td>[[Command/value:command|command]] </td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
Line 59: Line 62:
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
<!-- something like {{cmd|goto}} -->
 +
 
 +
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|setupsectionblock]]
+
[[Category:Command/Sections|setupsectionblock]]

Latest revision as of 19:31, 13 January 2020

\setupsectionblock

Syntax (autogenerated)

\setupsectionblock[...,...][...=...,...]
[...,...]name
pagesee \page
beforecommand
aftercommand
numberyes no


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

Help from ConTeXt-Mailinglist/Forum

All issues with: