Usage
lazy.file.start(docClass = "article", packages = NULL,
counters = NULL, layout="", page = "arabic",
ligatures = TRUE, title = NULL, author = NULL, date="")
Arguments
docClass
a character string giving a valid LaTeX document class.
For example, article, slide, report, book.
layout
LaTeX code for page layout. Remember to escape backslashes!
packages
A character vector of additional LaTeX packages to use.
counters
A character vector of additional counters to initialize.
page
A character string denoting the page numbering style. Options
are "arabic", "roman", "Roman", "alph", "Alph".
ligatures
Determines if ligatures are enabled. See the references for a link about ligatures.
title
A title for the document.
author
Author of the document.
date
Date to be printed on the title page