compileLatexDoc: Compile a latex document and

Description Usage Arguments

Description

Compile a latex document and

Usage

1
compileLatexDoc(filename, latexmode = "latex", intern = TRUE)

Arguments

filename

character string, name of latex document

latexmode

character string, should be either "latex" or "pdflatex" Both modes will give a pdf document at the end, but use "latex" if document has eps figures (tex -> dvi -> pdf) and use "pdflatex" if document has pdf figures (tex -> pdf)

intern

logical, passed to a system() command


tkonopka/Rpipelines documentation built on May 31, 2019, 3:46 p.m.