Skip to contents

Compile and compare all the slides

Usage

check_all_slides(
  lectures_tbl = collect_lectures(filter_lectures = lectures()),
  pre_clean = FALSE,
  create_comparison_pdf = TRUE,
  parallel = TRUE,
  thresh_psnr = 40,
  dpi_check = 50,
  dpi_out = 100,
  pixel_tol = 20,
  overwrite = FALSE
)

Arguments

lectures_tbl

Must contain tex column. Defaults to collect_lectures().

pre_clean

[FALSE]: Passed to [compile_slide()].

create_comparison_pdf, thresh_psnr, dpi_check, dpi_out, pixel_tol, overwrite

Passed to [compare_slide()].

parallel

[TRUE] Whether to parallelize. Uses future.apply::future_lapply with future::plan("multisession").

Value

Invisibly: An expanded lectures_tbl with check results Also saves output at slide_check_cache.rds.