braidCompile.default: Compiles braid latex file to PDF.

Description Usage Arguments

Description

This is a wrapper around texi2dvi to convert a latex file to PDF output. No other formats are currently supported.

Usage

1
2
3
4
  ## Default S3 method:
 braidCompile(b,
    fileOuter = b$fileOuter, output = "pdf",
    useXelatex = TRUE, ...)

Arguments

b

A braid object

fileOuter

File location of a latex file

output

Determines what type of output to produce. Default to "pdf", currently the only supported format

useXelatex

If TRUE, uses xelatex to compile the latex. If FALSE, uses texi2dvi. If "guess", it uses a heuristic to see whether xelatex should be used or not: it searches for \usepackage{xe*} in the latexfile; if found, uses xelatex otherwise texi2dvi.

...

Ignored


andrie/braid documentation built on May 10, 2019, 11:18 a.m.