R/zzz.R

Defines functions .onLoad

#' @importFrom xfun in_dir sans_ext with_ext same_path read_utf8 write_utf8
NULL

.onLoad = function(lib, pkg) {
  register_eng_math(names(theorem_abbr), eng_theorem)
  register_eng_math(names(label_names_math2), eng_proof)
}
shaocf/notes documentation built on Nov. 5, 2019, 8:51 a.m.