Clean output for a single .tex file
clean_slide.Rd
Clean output for a single .tex file
Value
Invisibly: A list with entries
passed: TRUE indicates a successful compilation, FALSE a failure.
log: Absolute path to the log file in case of a non-zero exit status.
Examples
if (FALSE) { # \dontrun{
# Create the PDF
compile_slide("slides-cart-computationalaspects.tex")
# Remove the PDF and other output
clean_slide("slides-cart-computationalaspects.tex")
} # }