Build PDF versions of assignments RMarkdown.
build_pdf_files(
semester,
content_path = "content",
static_path = "static",
force_dest = TRUE,
output_options = NULL
)
A list of data returned from \link{load_semester_db}
A relative path to the HUGO content directory.
Relative path to the HUGO static directory.
Create any missing directories.
A list of extra output options
for \link{pdf_document}
.
A vector of paths to the resulting PDF files.