Learn R Programming

texPreview (version 2.1.0)

tex_requirements: Query TeX file for Required Packages

Description

Parse TeX file for usepackage calls and return a vector of the packages.

Usage

tex_requirements(
  file = system.file("tmpl.tex", package = "texPreview"),
  lines = NULL
)

Value

character

Arguments

file

character, Path to TeX file, Default: system.file("tmpl.tex", package = "texPreview")

lines

character, character vector containing TeX script, Default: NULL

Details

If file is NULL then function will use the the value in lines. The default path used in file is the internal template that the package uses.

Examples

Run this code
tex_requirements()

Run the code above in your browser using DataLab