Skip to contents

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.

Usage

compile_slide_tinytex(tex, margin, ...)

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().

Value

TRUE if an output PDF file exists, FALSE otherwise.

Examples

if (FALSE) { # \dontrun{
compile_slide_tinytex("lecture_advml/slides/gaussian-processes/slides-gp-basic-3.tex")
} # }