Run TinyTex's latexmk
latexmk_tinytex.Rd
A thin wrapper around tinytex::latexmk()
.
Arguments
- slide_file
[character(1)]
Name of a (single) slide, with or without.tex
extension. See examples offind_slide_tex()
.- ...
Arguments passed to
tinytex::latexmk()
.
Details
TinyTex's tinytex::latexmk()
automatically installs missing LaTeX packages,
making it very useful.
This is just a thin wrapper run the command with
a changed working directory, as relative paths used in preamble.tex
etc. require.
Note
This utility is usually invoked by compile_slide()
.