Compile a .tex file using TinyTex's latexmk emulation
compile_slide_tinytex.Rd
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.
Arguments
- slide_file
[character(1)]
Name of a (single) slide, with or without.tex
extension. See examples offind_slide_tex()
.- margin
[TRUE]
By default renders slides with margin. Otherwise a 4:3 slide is rendered.- ...
Arguments passed to
tinytex::latexmk()
.