reveal.js Questions

3

I'm working on a project for which I'm using Reveal JS to present data to the users in the form of slides. Sometimes I find the text overflowing beyond the viewport. Due to which the text is not vi...
Suzisuzie asked 6/2, 2016 at 5:50

3

I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers. What I have done so far: I've figured out the way to hide the code :How to hide code from cells in ipyt...
F asked 10/8, 2016 at 21:50

5

Solved

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 recommenda...
Affright asked 23/4, 2018 at 20:12

4

Solved

Is it possible to add/remove slides while a presentation is running with reveal.js? To be precise, is there an API for that or maybe some dirty workaround?
Decameter asked 22/10, 2013 at 15:49

3

Solved

.In quarto revealjs the font size for code chunks is smaller than that for text. Changing the base font (using fontsize) just changes everything proportionally. I would like to be able to adjust th...
Coin asked 1/4, 2023 at 16:28

6

Suppose I have two very similar images I want to display in succession (say first is a photo and the second one the same photo with some area highlighted). I'd like to avoid a transition animation ...
Wager asked 12/5, 2014 at 12:14

1

Solved

I would like to have a picture on the left side of a slide, and text on the right side. I am using Quarto reveal.js. I would expect that with the .columns div, it should work, but this gives unexpe...
Whitworth asked 7/6, 2023 at 9:24

1

Solved

Is there a way to embed a webpage in a Quarto reveal.js or HTML output? So far, there is documentation for IFrames as interactive background for reveal.js, but this is not really flexible. Reproduc...
Cool asked 7/6, 2023 at 8:14

2

Solved

I would like to have a word appear in a slide rendered with quarto in revealjs format. I know I can have a word appear on the next line like this: --- title: "Thoughts on Quarto" format: ...
Wynn asked 2/12, 2022 at 0:40

0

I have a JupyterLab notebook that I can export to Reveal.js slides just fine: it produces a nice html file that I am able to view in my browser. It looks like this: Now I want to take that same no...
Landtag asked 2/6, 2023 at 8:40

2

Solved

In reveal.js, is it possible to make the first fragment automatically visible? I'm hooking into the text colour highlight capability to apply a slightly brighter colour to the most recent fragment...
Bookmaker asked 25/10, 2015 at 9:51

2

I'm trying to use Reveal.js to build a UX portfolio which is responsive. However, I noticed that most of the properties I write in a style sheet are overridden. Is there a way to force slideshows u...
Devout asked 12/5, 2017 at 0:9

1

Solved

I'm using quarto to prepare some slides (i.e., revealjs output), and I can't find a way to scale an embedded image (e.g., from Wikipedia). It seems the "width" parameters should do but ne...
Werra asked 11/11, 2022 at 15:24

1

Solved

In my quarto reveal.js presentation, I added a logo bottom left in the slide template by placing this in the yaml: format: revealjs: logo: mylogo.png The logo is displayed very small. Anyone a ...
Adelric asked 15/10, 2022 at 22:45

1

Solved

I'm trying to create a slideshow using rstudio's implementation of quarto, and I'd like to have a common icon in the top left of all non-title-slides in the show. (I'd also like it to be on the tit...
Dak asked 13/10, 2022 at 18:59

3

I have been working with Quarto in RStudio to do some presentations. I like to do the presentations with revealjs and than convert the .html output to .pdf to send to my students. Can I render both...
Chirm asked 23/8, 2022 at 17:46

1

Solved

Hello people of Stack Overflow, Apologies for asking silly questions, I am a beginner and not looked at html or css in a decade. I recently discovered Quarto and think once I learn Quarto it will l...
Milt asked 1/9, 2022 at 20:36

3

I want to know how I can embed an entire reveal.js presentation within the limits of a tag so that my presentation looks like presentations on slideshare.net Thanks in advance.
Corbicula asked 5/3, 2014 at 9:56

1

I am using quarto presentations with revealjs format. I have no problem setting images to be horizontally centered like so ![](img/path_to_img.svg){fig-align="center" height="200&quo...
Boanerges asked 11/7, 2022 at 15:45

1

Solved

I'm using quarto's reveal.js implementation. I've been reading the official documentation page on customising themes and I'm relatively familiar with SCSS rules. I've been able to create classes to...
Dorr asked 6/7, 2022 at 14:5

0

I'm working on a project and want to include reveal.js slides, but didn't find enough resources for working with it as a dependency. I first installed reveal.js by npm install reveal.js And in my S...
Cudgel asked 8/3, 2022 at 12:45

3

Solved

How can I create columns in org-mode when I export this via org-reveal? I found this link RevealJS with Bootstrap Columns. This seems to work, but how can I do this when using org mode? *** are al...
Illtempered asked 15/10, 2015 at 12:27

5

reveal.js supports fragments which will be shown one after another in HTML: <section> <p class="fragment grow">grow</p> <p class="fragment shrink">shri...
Thunder asked 4/12, 2012 at 15:4

7

Solved

I'm loving Reveal.js so far. One issue I have, though, is that my wireless presentation remote is, as is typical, only capable of generating left/right arrow keystrokes. My Reveal.js slide decks ma...
Portion asked 28/10, 2013 at 3:17

3

I try to change the color of the font in just one section because I added a background picture and you cant read the white otherwise: <section data-background="media/imagename.jpg"> <...
Niello asked 15/11, 2016 at 16:27

© 2022 - 2024 — McMap. All rights reserved.