vim.interlace.rnoweb: Run either Sweave or knit and, then, pdflatex on a Rnoweb...

Description Usage Arguments

View source: R/viminterlace.R

Description

Run the R function Sweave() or knit() and, then, the application pdflatex.

Usage

1
2
3
4
vim.interlace.rnoweb(rnowebfile, rnwdir, latexcmd,
                     latexmk = TRUE, synctex = TRUE,
                     bibtex = FALSE, knit = TRUE,
                     buildpdf = TRUE, view = TRUE, ...)

Arguments

rnowebfile

The Rnoweb file to be processed.

rnwdir

The directory of the Rnoweb file.

latexcmd

The command to run on the generated .tex file.

latexmk

Whether to run latexmk.

synctex

Whether to compile the PDF with support to SyncTeX.

bibtex

Whether to run bibtex.

knit

Whether to use knitr instead of Sweave.

buildpdf

Whether to compile the PDF.

view

Logical value indicating whether to show the generated PDF document.

...

Further arguments to be passed to Sweave.


jalvesaq/VimCom documentation built on May 18, 2019, 11:18 a.m.