Changes

Jump to navigation Jump to search
Create entire page
{{Reference
|name=definepagebreak
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\definepagebreak<!--
--><span class="first">[''keyword'',''keyword'',...]</span><!--
--></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[''keyword'', ''keyword'']</td>
<td>See list of keywords of the {{cmd|page}} command</td>
</tr>
</table>

== Description ==

Define a keyword for the {{cmd|page}} command that combines the properties of several other keywords. This keyword can also be used with the <code>page</code> key in structural commands.

== Example ==

<context source=yes>
\setuppapersize[A10, landscape][A8, landscape]
\setuppagenumbering[alternative=singlesided, location={header,inright}]
\setuppaper[nx=2, ny=2]
\setuparranging[XY]
\showframe[cut]

\definepagebreak[emptyodd][yes,header,footer,odd]
\setuphead[chapter][page=emptyodd]

bla bla bla
\chapter{New chapter}

</context>

== See also ==
* {{cmd|page}}

== Help from ConTeXt-Mailinglist/Forum ==
All issues with:
{{Forum|{{SUBPAGENAME}}}}

[[Category:Command/Layout|definepagebreak]]

Navigation menu