To use this function, one needs to be in the root directory of the bookdown project.

comp_front(use_docker = FALSE, template = c("ntu"))

Arguments

use_docker

Logical. Whether to use tinytex docker to compile PDF.

template

String. The template used. Defaults to ntu.

Examples

if (FALSE) { setwd("~/my-thesis") comp_front(template = 'ntu') }