Description Usage Details Author(s) Examples
Insert code to start a new page in a document
1 |
For HTML documents, page breaks will not show up in the browser, but will show up when printed.
Benjamin Nutter
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
lazy.write(
lazy.file.start(),
lazy.text("First we type something on the first page"),
lazy.page.break(),
lazy.text("Then we type something on the second page"),
lazy.file.end(),
OutFile="Example 1.tex")
unlink("Example 1.tex")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.