Compile a .tex file using TinyTex's latexmk emulation
compile_slide_tinytex.Rd
Automatically installs missing LaTeX packages. Neat.
This is just a thin wrapper run the command with
a changed working directory, as relative paths used in preamble.tex
etc. require.
Arguments
- tex
character(1)
Full path to a.tex
file to render.- margin
[TRUE]
By default renders slides with margin. Otherwise a 4:3 slide is rendered.- ...
Arguments passed to
tinytex::latexmk()
.