- 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.