Skip to content

@yihui yihui released this Sep 24, 2020 · 8 commits to master since this release

  • Small updates to KI theme (@ellessenne, #267).

  • The .pull-right CSS class has been updated so that multiple .pull-left/.pull-right columns 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 autoplay can take either a numeric value, or a list of the form list(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 page xaringan::moon_reader for more information (thanks, @pat-s, #266).

Assets 2

@yihui yihui released this Mar 31, 2020 · 24 commits to master since this release

BUG FIXES

Assets 2

@yihui yihui released this Mar 4, 2020 · 29 commits to master since this release

BUG FIXES

  • infinite_moon_reader() now accepts additional arguments via ... that are passed to rmarkdown::render(). This improves the addition of the params argument in infinite_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 as quiet = TRUE or setting output_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 yihui released this Jan 20, 2020 · 42 commits to master since this release

NEW FEATURES

  • Added a theme following the Karolinska Institutet design guidelines (@ellessenne, #238).

  • Added the argument params to infinite_moon_reader() (@paulklemm, #240).

BUG FIXES

  • Removed the xmlns attribute in the <html> tag in the default HTML template (thanks, @pat-s, #197).
Assets 2

@yihui yihui released this Jan 20, 2020 · 48 commits to master since this release

NEW FEATURES

  • In the metropolis theme, added support for automatic orange break lines under the subtitle in the title slide and in inverse slides using the new class mline (@Enchufa2, #231).

BUG FIXES

  • In the metropolis theme, fixed titles to look the same everywhere, and added support to gray out non-active h2 and h3 titles in a .left-column (@Enchufa2, #229).
Assets 2

@yihui yihui released this Sep 17, 2019 · 55 commits to master since this release

NEW FEATURES

  • Added the class .remark-code-has-line-highlighted to the <pre> parent element containing code with highlighted lines (@gadenbuie, #220).
Assets 2

@yihui yihui released this Jul 12, 2019 · 59 commits to master since this release

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 yihui released this May 14, 2019 · 64 commits to master since this release

NEW FEATURES

  • Added the ability to specify an institute in 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 properties layout: true and exclude: true into consideration (thanks, @fmmattioni, #198).
Assets 2

@yihui yihui released this Mar 6, 2019 · 80 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).
Assets 2

@yihui yihui released this Oct 23, 2018 · 117 commits to master since this release

NEW FEATURES

Assets 2
You can’t perform that action at this time.