lazy.page.break: Start New Page in LaTeX

Description Usage Details Author(s) Examples

View source: R/lazy.page.break.R

Description

Insert code to start a new page in a document

Usage

1

Details

For HTML documents, page breaks will not show up in the browser, but will show up when printed.

Author(s)

Benjamin Nutter

Examples

 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)

nutterb/lazyWeave documentation built on May 24, 2019, 10:52 a.m.