reveal.js Questions
2
Solved
I'm using nbconvert to make a reveal.js slideshow from my notebook. Specifically, I'm running: ipython nbconvert --to slides analysis.ipynb. This creates "analysis.slides.html", and I put "reveal.j...
Pieper asked 8/5, 2015 at 13:42
2
Solved
I'm using reveal.js: I'd like to display a full-screen image as a background, and once I move to a different slide I'd like to blur or dim it.
Looking at Changing the background-image style in Rev...
Bummalo asked 17/8, 2015 at 16:44
2
Solved
I am trying to use the pdf export option of reveal.js as documented in the repo readme.
I have the following problems:
I don't see an option for layout (landscape vs portrait) in my chrome print...
Transmutation asked 9/5, 2014 at 18:5
1
How can I use the great htmlwidgets (for example http://rstudio.github.io/leaflet/) with reveal.js and Rmarkdown?
This mwe (not reveal.js) works:
---
title: "Maptest 1"
output: html_document
---
...
Footslog asked 15/6, 2015 at 0:35
1
Solved
I want to create reveal.js presentations using the slides.com interface to save time, and then add the multiplex functionality to allow controlling of the presentation on other devices. To do this,...
Rhodie asked 31/3, 2015 at 19:34
2
Solved
I'm using R markdown in a Rpres file, in RStudio.
I understand that this is using reveal.js, which can do vertical slides.
What markdown do I need to type to get it to create a vertical slide? Al...
1
I cloned reveal.js's git repo, copied the js,css,plugin and lib directories to /my-home-dir/ and created a sample page called r.html.
In r.html I have a <pre><code></code></pr...
Wield asked 21/5, 2014 at 20:45
3
I have activated slideNumber for my reveal.js based slides and they show up nicely on the HTML view.
Now I would like to also show them on the PDF printout that I generate with Chrome as suggeste...
1
Solved
I am trying to access the styles of the background-image in reveal.js for three reasons:
a) I'd like to override the background image in the overviewmode
b) I'd like to blur some backgrounds with ...
Andryc asked 25/11, 2014 at 18:33
4
Solved
I am trying to understand how reveal.js resizes elements dynamically.
To see this, adjust the height of the page and see how elements (to a certain degree) shrink as the page shrinks.
However, us...
Applecart asked 23/1, 2013 at 14:3
3
Solved
I'm trying to make D3.js work on Reveal.js slides, but I can't get it to run even the most basic snippet:
<section>
<h2>Title</h2>
<div id="placeholder"></div>
<...
Hett asked 14/1, 2014 at 14:22
1
I want to use the server side speaker notes of reveal.js so that I can use other devices to switch slides while my presentation is running on my laptop. I followed the instructions on reveal.js git...
1
Solved
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 'Informat...
Kickapoo asked 25/8, 2014 at 5:19
1
Solved
I often have code samples in reveal.js slide decks that span quite many lines.
Take for instance the markdown code as example:
---
title: "Long and silly code"
author: "Yours t...
1
Is there a way to place an image (e.g. a logo) on the bottom right corner of every slide in a reveal.js presentation?
Even better if there is a way in ox-reveal(the reveal.js export mode for emacs...
2
I followed the examples at the following link: https://github.com/hakimel/reveal.js#multiplexing, but somehow the multiplexing doesn't work -- the clients don't update when the master slide updates...
Possie asked 17/4, 2013 at 11:15
1
I'm learning to use reveal.js and I find it very powerful.
I wonder wether it's possible to make reveal play a sound at each slide transition.
I made a presentation with the auto-sliding option on ...
Postmaster asked 14/11, 2013 at 11:37
1
Solved
So far, every math formula I've written using MathJax in reveal.js puts it on a line of its own. I want to be able to write them on the same line as say, text in a <p> tag, and control line b...
1
Solved
I've been working with reveal.js a bit and you can change the background of individual slides with something referred to as the global state as seen here in the demo.
Are there other colors beside...
1
Solved
Question for reveal.js users.
I am trying to show a HTML markup in my reveal.js presentation. Issue is it renders the html block within my Code syntax highlighting block so the markup can not be s...
Exorcism asked 24/1, 2013 at 14:27
© 2022 - 2024 — McMap. All rights reserved.