| NEWS | R Documentation | 
News for Package "prettydoc"
Changes in "prettydoc" version 0.4.1
NEW FEATURES
- Added the table of contents box to the - hpstrtheme.
- Added the - toc-titleoption to the- hpstrtheme, thanks to @marlycormar (#23).
BUG FIXES
- Fixed the validity of HTML templates for the - hpstrand- leonidsthemes, reported by @grady (#22).
- Tweaks for the - hpstrtheme.
Changes in "prettydoc" version 0.4.0
NEW FEATURES
- The - cayman,- architect, and- tactilethemes now show a shaded box for the table of contents (TOC).
- Users can specify the title for TOC via the top-level YAML option - toc-title(#20). See the vignettes for examples.
- Updated KaTeX to v0.12.0. 
BUG FIXES
- The - cayman,- architect, and- tactilethemes are now developed using Sass for better element control.
- Tweaks for the - cayman,- architect, and- tactilethemes.
Changes in "prettydoc" version 0.3.1
BUG FIXES
-  prettydoc now depends on rmarkdown >= 1.17 to fix the bug of not properly cleaning temporary files, reported by @bernardkaplan (#15). 
- Fixed a bug caused by Pandoc that makes the code block unselectable, reported by @RemPsyc (#16). 
Changes in "prettydoc" version 0.3.0
NEW FEATURES
- New option - mathto choose math expression rendering engines. Possible values are- mathjaxand- katex. The- katexengine supports offline rendering of math expressions when there is no internet connection.
Changes in "prettydoc" version 0.2.1
BUG FIXES
- Fixed errors in building the vignette. 
Changes in "prettydoc" version 0.2.0
NEW FEATURES
- New themes - leonidsand- hpstr.
- New option - compressed_cssto allow users selecting between the original CSS and the compressed one processed by https://csscompressor.com/.
BUG FIXES
- Fixed the alignment of Table of Contents (#3). 
- Fixed the incorrect link to CSS file when - self_containedis- false(#4).
Changes in "prettydoc" version 0.1.0
NEW FEATURES
- Initial release. 
- Includes themes - cayman,- tactileand- architect.
- Includes syntax highlight styles - githuband- vignette.