• Replace direct system2 call to pdflatex with tinytex backend
  • Remove depreciated functions from package
  • Replace knitr::wrap with knitr::sew
  • Add knitr engine for package
  • Move details from Suggests to Imports
  • Add conditional expectation for testing with pandocs on CRAN
  • Add details and pdflatex to Suggests in DESCRIPTION file
  • Fix non-tempdir() rendering
  • Add texpreview_input print method for knitr_kable
  • Convert tex_preview into S3 method
  • Add print method for classes
  • Add as.kable to convert tex lines into knitr_kable
  • Update documentation for tex_preview
  • Update and add vignettes
  • Fix rotation LaTeX library used for rotation in the internal template.
  • Fix path normalization to OS agnostic.
  • Change names of function from camelcase to underscore and soft depreciate the camelcase
    • Old: texPreview, buildUsepackage, getTexPackages, texAddin
    • New: tex_preview, build_usepackage, get_texpackages, tex_addin
  • fix viewer issue to keep new pages in internal viewer
  • Added a NEWS.md file to track changes to the package.
  • Added pagination of preview outputs in the Rstudio internal viewer.