inputs_of: Inputs to files nested within LaTeX document

Description Usage Arguments Value

View source: R/inputs_of.R

Description

Inputs to files nested within LaTeX document

Usage

1
inputs_of(filename, exclude.preamble = TRUE, append.tex = TRUE)

Arguments

filename

The file whose \inputs are to be extracted.

exclude.preamble

(logical) If TRUE, the default, only \inputs and \includes within the document environment are returned.

append.tex

Should the result include the file extension .tex? By default, TRUE. Setting to FALSE may be useful when the file is not a .tex file.

Value

A character vector of file paths relative to filename that are used as \inputs or \includes within filename. If no such files are present within filename, NULL is returned.


TeXCheckR documentation built on Nov. 17, 2020, 9:08 a.m.