lazy.write: Output LaTeX Code to a File

Description Usage Arguments Details Author(s)

Description

Output text and LaTeX code to a file for building

Usage

1
2
lazy.write(..., OutFile, append = FALSE, collapse = "\n",
  footnotes = TRUE)

Arguments

...

Strings, expressions, and statements to be written to a .tex file

OutFile

Filename to which the code should be written

append

logical. Indicates if the code should be appended to and existing file

collapse

Sets the character string that is placed between elements in ...

footnotes

logical. For HTML and markdown only, when TRUE, the footnotes stored in options("lazy.footnotes") will be appended to the end of the HTML document

Details

The contents of ... will be pasted together

Author(s)

Benjamin Nutter


lazyWeave documentation built on May 2, 2019, 12:35 p.m.