lazy.page.break: Start New Page in LaTeX

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

lazy.page.breakR Documentation

Start New Page in LaTeX

Description

Insert code to start a new page in a document

Usage

lazy.page.break()

Details

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

Author(s)

Benjamin Nutter

Examples

## 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)

lazyWeave documentation built on April 4, 2025, 1:24 a.m.