Skip to content

xaringan 0.9

Compare
Choose a tag to compare
@yihui yihui released this 06 Mar 14:29
· 152 commits to master since this release

NEW FEATURES

  • The Infinite Moon Reader (xaringan::inf_mr()) has been significantly enhanced for a much smoother user experience of authoring slides with the xaringan::moon_reader format in RStudio. The preview of the current slide will be instant (as you type in the RStudio editor), and the navigation in the source editor will be linked to the navigation of slides output. See https://yihui.name/en/2019/02/ultimate-inf-mr/ for details.

  • When printing slides to PDF, only the last slide of a series of incremental slides will be printed (thanks, @sebpardo @@benjie, #192).

  • Added a function decktape() to export slides to PDF via the DeckTape library (thanks, @pat-s, #177).

  • Added a CSS theme uol (University of Leicester) (thanks, @ellessenne, #183).

  • Added a CSS theme fc (thanks, @Yue-Jiang, #189).

  • xaringan::inf_mr() can detect changes in CSS/JS and common images now. When any of these files are changed, it will rebuild the Rmd document and reload the output in the browser (thanks, @mrchypark @tcgriffith, #185).

  • External links (URLs starting with http:// or https://) on slides will be opened in new browser tabs/windows.

BUG FIXES

  • Fixed several long-lasting issues related to MathJax fonts and printing to PDF (#62, #73, #143, #148, #168).