vim.interlace.rrst: Run knit2pdf to convert a Rrst file to to PDF using pdflatex...

Description Usage Arguments

View source: R/viminterlace.R

Description

Run the knitr function knit2pdf() to convert a Rrst (reStructuredText) file to PDF. If desired, the user can specify to use rst2pdf to compile to PDF if a LaTeX installation is not present.

Usage

1
2
vim.interlace.rrst(Rrstfile, rrstdir, view = TRUE,
                   compiler = "rst2pdf", ...)

Arguments

Rrstfile

The Rrst file to be processed.

rrstdir

The directory of the Rrst file.

view

Logical value indicating whether to show the generated PDF document.

compiler

The compiler program to use for the rst to PDF conversion.

...

Further arguments to be passed to compiler (usually rst2pdf or pdflatex).


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