xaringan

Incremental slides do not work with a two-column layout

旧街凉风 提交于 2019-12-05 07:44:34
I am using the xaringan package for r for a presentation: https://cran.r-project.org/web/packages/xaringan/index.html which builds upon the remark.js library. I would like to use a two column layout, i.e. something like this from the original remark.js teaser presentation: https://remarkjs.com/ where the original css rules (which are embedded in the source of the presentation) specifies the layout via: /* Two-column layout */ .left-column { color: #777; width: 20%; height: 92%; float: left; } .left-column h2:last-of-type, .left-column h3:last-child { color: #000; } .right-column { width: 75%;