Changes in version 2.0.0 (2022-03-31) - Replace direct system2 call to pdflatex with tinytex backend - Remove depreciated functions from package Changes in version 1.5.1 - Replace knitr::wrap with knitr::sew Changes in version 1.4.4 (2020-02-16) - Add knitr engine for package - Move details from Suggests to Imports Changes in version 1.4.3 (2019-12-12) - Add conditional expectation for testing with pandocs on CRAN Changes in version 1.4.2 (2019-12-05) - Add details and pdflatex to Suggests in DESCRIPTION file Changes in version 1.4.1 (2019-10-29) - Fix non-tempdir() rendering - Add texpreview_input print method for knitr_kable Changes in version 1.4.0 (2019-10-23) - 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 Changes in version 1.3.2 (2019-05-05) - Fix rotation LaTeX library used for rotation in the internal template. Changes in version 1.3.1 - Fix path normalization to OS agnostic. Changes in version 1.3.0 - 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 Changes in version 1.1.5 (2018-08-15) - fix viewer issue to keep new pages in internal viewer Changes in version 1.1.4 (2018-06-07) - Added a NEWS.md file to track changes to the package. - Added pagination of preview outputs in the Rstudio internal viewer.