Questions tagged [slidy]

A tool for making slideshows in HTML, created by the W3C

Slidy is free web application for making slideshows using HTML. It was created by the W3C.

Official page and resources: http://www.w3.org/Talks/Tools/Slidy2/

37 questions
0
votes
1 answer

Rmarkdown slidy increase size of equation

I am using a slidy presentation with Rmarkdown. The output is html (not pdf). I have a math equation like: $$\eta_i = \widetilde{r_i} - \widehat{r_i}$$ I would like to increase the size of this equation only within the slide, not the whole…
Courvoisier
  • 904
  • 12
  • 26
0
votes
1 answer

How to stop wireless clicker skipping incremental content on slides

I like creating my presentations in RMarkdown using slidy. It seems like Slidy needs to see right and left arrows for moving forwards and backwards through the incremental display of a slide. It also seems that most remote clickers send Page Down…
dsz
  • 4,542
  • 39
  • 35
0
votes
1 answer

Creating looped page breaks in R Markdown for HTML publication

I am using R Markdown to create an HTML presentation (specifically, where output is slidy_presentation). I am trying to write a loop to print a set of charts per country, with a new page for each set. However, I'm having trouble inserting the page…
0
votes
1 answer

How to prevent Slidy from advancing on click

I have an rmarkdown document that I am attempting to update to a slidy presentation. I have been able to produce usable reports in this slidy presentation, however, when I click on one of the filters in the datatable, from the datatable package, it…
Richard Lusch
  • 1,050
  • 10
  • 19
0
votes
0 answers

RStudio Slidy presentation shows as a web page in browser

If from the RStudio menu, I select File > New File > R Markdown ... and then select Presentation, HTML (Slidy). Leaving the sample code and pressing Knit HTML, opens the presentation in presentation mode in an RStudio browser (after saving). …
user1420372
  • 2,077
  • 3
  • 25
  • 42
0
votes
1 answer

Rmarkdown Slidy indented lists

I use Rmarkdown with slidy mostly. I like it because I can use html tags outside of r code chunks (perhaps it is do-able in other formats, no idea). However I run into trouble with indented lists. --- title: "Test" author: "Me" date: "Today" output:…
JohnCoene
  • 2,107
  • 1
  • 14
  • 31
0
votes
1 answer

Defining master slide format for Slidy slides generated with Pandoc

I'm generating Slidy presentations using Pandoc and I'd like to add images to the left and right bottom corners of every slide. What is the best way to define the appearance of the background for each slide?
Chris
  • 3,109
  • 7
  • 29
  • 39
1 2
3