reveal.js

How to use two-column layout with reveal.js?

风流意气都作罢 提交于 2020-08-20 18:23:21
问题 I use reveal.js and write my slides in Markdown code. Now I want to display my content (text, unordered list of bullet points or even an image) in a classical two-column text layout. I would prefer a solution which may be more complex in initial configuration as long as the actual writing of content in Markdown remains easy. Since I prefer not to run a local server, I write my markdown within the main HTML file. Update: As the first answer indicates this should be achieved with CSS. (I

Highlighting specific lines of code in Pandoc Revealjs

六眼飞鱼酱① 提交于 2020-08-08 05:50:30
问题 I'm using Pandoc to generate a Reveal.js presentation. It includes code in fenced code blocks, like this: ```java // Some Java code ``` Reveal.js supports a way to add a highlight to a specific line or range of lines, with the data-line-numbers="1" attribute that should be added to the <code> tag. I've tried to add this attribute to the fenced code block in various ways, such as this ``` { .java data-line-numbers="1" } // Some Java code ``` But I can't get it to work. Is there a way to use

Jupyter Notebook's RISE Missing Slideshow Button

孤街醉人 提交于 2020-06-28 07:53:00
问题 I followed the instructions on installing RISE for Jupyter notebook with Anaconda (conda) but the "Enter/Exit RISE Slideshow" button never showed in the toolbar. I followed the recommendations on solving the problem in the two closed RISE issues (#137, #275), but with no luck. I updated Jupyter to the latest version, started a new notebook, hard refreshed the browser page, reinstalled Rise and still no button. I also saw this SO question, which is different from my case since I never saw the

Jupyter Notebook's RISE Missing Slideshow Button

前提是你 提交于 2020-06-28 07:52:14
问题 I followed the instructions on installing RISE for Jupyter notebook with Anaconda (conda) but the "Enter/Exit RISE Slideshow" button never showed in the toolbar. I followed the recommendations on solving the problem in the two closed RISE issues (#137, #275), but with no luck. I updated Jupyter to the latest version, started a new notebook, hard refreshed the browser page, reinstalled Rise and still no button. I also saw this SO question, which is different from my case since I never saw the

How to add a fixed footer on all slides?

若如初见. 提交于 2020-01-12 06:49:08
问题 I have a presentation set up with reveal.js which is meant to be used unattended. So, I want to be able to show a little footer (or another link somewhere) on all slides that points to an 'Information Slide' with data about the author, how to use the slides etc. (This is to aid people who don't really know how to use reveal.js as well as to show authorship information in detail.) I have not been able to find anything in the documentation and there does not seem to be a callback which I can

Incorporate Leaflet map in revealjs presentation within R

坚强是说给别人听的谎言 提交于 2020-01-01 09:54:38
问题 I'm trying to add a Leaflet map with tiles to a revealjs_presentation created in R. This map renders fine in ioslide or html format, but not in the revealjs_presentation format (main problems: all fonts are much too large and the map has strange artifacts around polygon boundaries when selected). Because the map works well in other output formats I suspect the issue has to do with some kind of CSS incompatability between revealjs_presentation and leaflet. In order to isolate the two sets of