Run TinyTex's latexmk
latexmk_tinytex.RdA thin wrapper around tinytex::latexmk().
Arguments
- slide_file
[character(1)]Name of a (single) slide, with or without.texextension. See examples offind_slide_tex(). Can also be a direct file path to enable use of this function outside rigid folder hierarchy.- ...
Arguments passed to
tinytex::latexmk(), excludingclean, which is alwaysFALSEas this is handled by[compile_slide()].
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().