Page breaks

If the document has a fixed height, it is possible to add page breaks to the document. To add a page break to the page, add the following statement:

#pb

Everything that follows will be printed onto the next page.

Sometimes its useful to have items stick to the bottom of the page. For example a closing statement or a signature line. To do this add the following statement to the markup editor:

#bottom

Everything that follows will be placed at the bottom of the page. Combine this with the '#pb' statement to control which items should be grouped to the bottom. For example, consider the following formatting:

#page.s(a5).m(20).show
# Hello, this is a header


This is normal text, add a nice story here.

#bottom

Everything that follows will stick to the bottom of the page.

This will also stay at the bottom. To go to the next page, add a new pagebreak.

#pb

This will be on the next page. 


This will result in the following page:

img