tex2pdf: Convert TEX to PDF

Description Usage Arguments Value See Also Examples

View source: R/pdf.R

Description

Converts TEX to PDF. tex2pdf accepts the file names of TEX fragments. It reads those fragments, wraps them like documents and makes PDF files.

Usage

1
tex2pdf(x, stem = NULL, dir = NULL, clean = TRUE, onefile = FALSE, ...)

Arguments

x

vector of file names

stem

the stem of a file name (no extension)

dir

output directory

clean

whether to delete system files after PDF creation

onefile

whether to combine TEX snippets into a single file

...

passed to as.pdf.character

Value

invisible vector of paths to created files

See Also

as.pdf.character

viewtex

Examples

1
2
3

latexpdf documentation built on Aug. 18, 2021, 1:07 a.m.