Difference between revisions of "Command/setupsectionblock"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
(Cleanup)
Line 35: Line 35:
  
 
== Description ==  
 
== Description ==  
<pre>
+
 
 
Standard section blocks:
 
Standard section blocks:
- frontpart
+
* frontpart
- bodypart
+
* bodypart
- backpart
+
* backpart
- appendix
+
* appendix
 
 
Params:
 
page: yes - start section block on a new page
 
      right - start section block on a right (odd) page
 
 
 
</pre>
 
  
 +
{|Params||  ||
 +
|-
 +
|  '''page'''||<tt>yes</tt>  || start section block on a new page
 +
|-
 +
|          ||<tt>right</tt> || start section block on a right (odd) page
 +
|}
  
  
 
== Example ==
 
== Example ==
  
<pre class="example">
+
<texcode>
 
\setupsectionblock[frontpart][page=no]
 
\setupsectionblock[frontpart][page=no]
 
\setupsectionblock[bodypart][page=no]
 
\setupsectionblock[bodypart][page=no]
 
\setupsectionblock[backpart][page=no]
 
\setupsectionblock[backpart][page=no]
 
\setupsectionblock[appendix][page=no]
 
\setupsectionblock[appendix][page=no]
 
+
</texcode>
</pre>
 
  
  

Revision as of 14:11, 11 April 2010

Template:Reference Cleanup

\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