-
Small updates to KI theme (@ellessenne, #267).
-
The
.pull-rightCSS class has been updated so that multiple.pull-left/.pull-rightcolumns can be used on one slide (@gandebuie #271, thanks @ramongallego #260). -
Added a useR theme based on the conference useR2020 guidelines (thanks, @josschavezf, #276).
-
Add nature option
autoplaycan take either a numeric value, or a list of the formlist(interval = N, loop = TRUE). The latter form can be used to specify if the autoplay should restart after reaching the last slide (i.e., go to the first slide). By default, the autoplay will not restart after reaching the last slide. See the help pagexaringan::moon_readerfor more information (thanks, @pat-s, #266).
Assets
2
yihui
released this
BUG FIXES
- Fixed a bug introduced in #256 that caused htmlwidgets not to render (@gadenbuie #258, thanks @eniso-partners #257).
Assets
2
yihui
released this
BUG FIXES
-
infinite_moon_reader()now accepts additional arguments via...that are passed tormarkdown::render(). This improves the addition of theparamsargument ininfinite_moon_reader()in version 0.14 and allows users to over-ride parameters defined in the top-level YAML in the slides at run time. It also lets users set rendering options, such asquiet = TRUEor settingoutput_file(thanks @mstr3336, @gadenbuie, #253). -
Inline
<script>tags and JavaScript code chunks in the R Markdown source now run in the browser with xaringan (thanks @gadenbuie, #256).
MINOR CHANGES
- Small tweaks to the Karolinska Institutet theme (thanks, ellessenne, #244).
Assets
2
yihui
released this
NEW FEATURES
-
Added a theme following the Karolinska Institutet design guidelines (@ellessenne, #238).
-
Added the argument
paramstoinfinite_moon_reader()(@paulklemm, #240).
BUG FIXES
Assets
2
yihui
released this
NEW FEATURES
- In the
metropolistheme, added support for automatic orange break lines under the subtitle in the title slide and ininverseslides using the new classmline(@Enchufa2, #231).
BUG FIXES
Assets
2
yihui
released this
NEW FEATURES
- Added the class
.remark-code-has-line-highlightedto the<pre>parent element containing code with highlighted lines (@gadenbuie, #220).
Assets
2
yihui
released this
BUG FIXES
{{ }}in source code could incorrectly highlight a line when}}is not at the end of a line (thanks, @filipwastberg, #215).
Assets
2
yihui
released this
NEW FEATURES
- Added the ability to specify an
institutein the YAML header that is automatically added to the title slide (@paullemmens, #200).
BUG FIXES
- The Infinite Moon Reader (
xaringan::inf_mr()) didn't take slide propertieslayout: trueandexclude: trueinto consideration (thanks, @fmmattioni, #198).
Assets
2
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_readerformat 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.
BUG FIXES
Assets
2
yihui
released this
NEW FEATURES
-
Added output highlighting using the chunk option
highlight.output(thanks, @malcolmbarrett, #175). -
Added a CSS theme
chocolate. See here for an example slide (thanks, @liao961120, #171). -
Added a set of CSS theme
kunoichi,shinobiandninjutsu- see here for example (thanks, @emitanaka, #165). -
Added a CSS theme
lucy(thanks, @LucyMcGowan, #163).