Run latexmk
latexmk_system.Rd
latexmk
needs to be in $PATH
for this to work.
Usage
latexmk_system(
slide_file,
verbose = TRUE,
log_stdout = "",
log_stderr = "",
supervise = TRUE
)
Arguments
- slide_file
[character(1)]
Name of a (single) slide, with or without.tex
extension. See examples offind_slide_tex()
.- verbose
[TRUE]
: Print output fromdocker
/latexmk
to console.- log_stdout, log_stderr
[""]
: Path to write stdout/stderr log to. Discared ifNULL
or inherited from main R process if""
.stderr
can be redirected tostdout
with"2>&1"
.- supervise
[TRUE]
: Passed toprocessx::process()
's$new()
.
Value
A processx::process()
object.
Note
This utility is usually invoked by compile_slide()
.