reveal.js Questions
1
Solved
HI there: I am writing some lectures in markdown and converting them to reveal.js slides. Honestly, it's working great, except there are some basic features I'd like to modify but I just don't know...
1
Solved
I want to use reveal.js with markdown. I followed the full set up
installation guide
install node.js
Clone the reveal.js repository
Move to the reveal.js folder and install dependencies
run npm st...
2
Solved
I want to have a background image on the right hand side of one slide in a reveal.js presentation.
I added the image to the slide like this:
<section data-background="myImage.jpg">
// con...
Valiancy asked 24/8, 2014 at 11:46
4
Solved
Say I have a simple reveal.js slide like this:
<section>
<h2 class="fragment" data-fragment-index="1">first</h2>
<h2 class="fragment" data-fragment-index="2">second</h...
Mitran asked 8/11, 2014 at 17:37
5
Solved
I am now trying to put transparent png image in reveal.js as:
<div class="slides">
<section>
<img src="sample.png">
<p>sample image</p>
</section>
</div&...
Estellaestelle asked 15/4, 2014 at 11:42
2
I made a presentation in R, using one of the reveal.js templates (using revealjs R package).
By default, its generating a html file and when opened for presentation it displays top part of the br...
Mesopause asked 24/11, 2016 at 4:58
1
I am preparing a presentation with reveal.js where I would like to show some lines of code.
If I just have a slide with the code, it is shown in a panel with a scrollbar containing the complete co...
Stylet asked 17/6, 2016 at 15:29
2
I am using reveal.js to create HTML slide shows. By default (and with all the themes I tried) reveal.js layouts the complete content of each slide in a vertically centred manner. It looks somewhat ...
Izaak asked 20/9, 2019 at 8:24
1
Is there Presentation Mode (like Jupyter RISE) for Google Colab notebooks in the browser? I could not find anything in documentation, FAQ and issue tracker.
https://github.com/googlecolab/colabtool...
Saintly asked 5/4, 2018 at 2:28
2
Solved
Although the code for the slides (here sections) is exactly the same, I experience a change in the font size from the 3rd to the 4th slide. I have tried to track this down but I didn't find a cause...
Pyrotechnic asked 4/5, 2019 at 11:59
4
Solved
Say I have a simple reveal.js slide like this:
<section>
<h1>Title</h1>
<p >Text</p>
<p class="fragment">Fragment</p>
</section>
I'd like to ...
Ogdoad asked 29/10, 2013 at 11:56
2
I am preparing slides using markdown and using pandoc to convert them to HTML slides for use with reveal.js.
The resulting titles default to uppercase. I want them to appear in "titlecase" where e...
Colorant asked 1/11, 2017 at 14:39
0
I am trying to present a jupyter noteboow following this description:
https://medium.com/learning-machine-learning/present-your-data-science-projects-with-jupyter-slides-75f20735eb0f
I have large ...
Torietorii asked 5/3, 2019 at 14:11
3
Solved
I'm new to all this web development things (I only know to do things in local). I did a presentation using reveal.js and I would like to be able to see it online (on my phone for example). I know t...
Ontina asked 1/7, 2015 at 14:4
3
Solved
I'm working with reveal.js for my next presentation, I want to change the default fonts used for headings.
How can I add and change fonts in reveal.js?
Groat asked 10/11, 2014 at 12:10
3
I have a jupyter notebook with interractive plotly plots. I am converting that notebook into slides using nbconvert. When I do so the plotly plots do not show up in the slides. I get the following ...
Bradley asked 25/8, 2016 at 4:20
2
I am trying to create a presentation running on top of Reveal.js, which would include a Leaflet.js map within one of the slides. I have included all necessary Javascript & CSS files into my Rev...
Washington asked 21/11, 2013 at 11:17
0
I have an issue with Jupyter slides: when I create a presentation which exceeds the screen height, for example:
%matplotlib inline
import matplotlib.pyplot as plt
plt.subplots(3,1,figsize=(5,10))
...
Millda asked 18/5, 2018 at 10:8
0
I am building a reveal.js-presentation. I have one graph, which I need to show upfront. However the graph is only generated later. Therefore I save it into as html. And load it using:
<style&g...
1
I am trying to include a bibliography into a revealjs presentation using rmarkdown. However, despite the apparent inclusion of the bibliography in the pandoc processing (the pandoc command generate...
Kantos asked 12/9, 2017 at 8:20
4
I am generating a slideshow in markdown to be converted by pandoc into html (with pandoc -s -S -t revealjs test.md -o test.html).
The reveal.js framework allows a 2D setup: grouping of slides wit...
1
Solved
I'm creating a presentation with RevealJS and would like to incorporate some interactive SVG visualizations created with D3. I've done this without difficulty a number of times before but I'm havin...
Centra asked 23/12, 2017 at 1:23
7
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...
2
Solved
I recently upgraded this slidedeck from reveal.js 2.6.2 to 3.5.0. Everything works fine, except that the PDF export now has 45 000 pages instead of 350 pages like before the upgrade.
To reproduce,...
Pourparler asked 24/9, 2017 at 14:50
1
I am using jupyter and jupyter-nbconvert to create a html presentation. However, I have some cells that produce an output image that I want to share on a separate slide. Is it possible to redirect ...
Sternum asked 17/5, 2017 at 10:1
© 2022 - 2024 — McMap. All rights reserved.