Changes

Jump to navigation Jump to search
123 bytes added ,  17:04, 25 September 2021
m
Highlight that \page is an alias of \pagebreak
<cd:commandgroup name="pagebreak" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The command <tt>\pagebreak</tt> (or it's more commonly used alias <tt>\page</tt>) is used for inserting a page break.
</cd:shortdesc>
<cd:variants>
<cd:constant type="no">when possible, avoid page break (This only works in vertical mode, so you might need to insert a paragraph break or <code>\par</code> before the <code>\page</code> command)</cd:constant>
<cd:constant type="makeup">force a new page, without filling the current page with whitespace</cd:constant>
<cd:constant type="blank">insert a blank page (no page numbers, but with headers and footers); (sometimes <code>\page[yes, blank]</code> is required?)</cd:constant>
<cd:constant type="preference">allow page break (i.e. when possible, force page break)</cd:constant>
<cd:constant type="bigpreference">allow page break (i.e. when possible, force page break), trying harder</cd:constant>
<cd:description>Insert a page break and possibly some extra empty pages.
The page-breaking behaviour of most structural commands is specified with the
<tt>page</tt> keyword, which takes the same arguments.
</cd:description>

Navigation menu