Learn R Programming

lazyWeave (version 2.1.3)

lazy.page.break: Start New Page in LaTeX

Description

Insert code to start a new page in a LaTeX document.

Usage

lazy.page.break()

Arguments

Examples

Run this code
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")

Run the code above in your browser using DataLab