texi2dvi {tools} | R Documentation |
Compile LaTeX Files
Description
Run latex and bibtex until all cross-references are resolved and create either a dvi or PDF file.
Usage
texi2dvi(file, pdf = FALSE, clean = FALSE, quiet = TRUE,
texi2dvi = getOption("texi2dvi"))
Arguments
file |
character. Name of TeX source file. |
pdf |
logical. If |
clean |
logical. If |
quiet |
logical. No output unless an error occurs. |
texi2dvi |
character (or |
Details
Some TeX installations on Windows do not have ‘texi2dvi.exe’. If
‘texify.exe’ is present (e.g., part of MikTeX), then it can be
used instead: set options(texi2dvi="texify.exe")
or to the full
path of the program.
Author(s)
Achim Zeileis