xaringan 0.9
NEW FEATURES
-
The Infinite Moon Reader (
xaringan::inf_mr()
) has been significantly enhanced for a much smoother user experience of authoring slides with thexaringan::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://
orhttps://
) on slides will be opened in new browser tabs/windows.