R/compT.R

Defines functions compT

compT <-
function(file,path="./"){
  system(paste0("pdflatex -interaction=nonstopmode ",file.path(path,file)))
}
DanielBonnery/SweaveLst documentation built on May 4, 2022, 11:45 p.m.