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
6
votes
2 answers

In RStudio, making slide deck with RMarkdown, how can I easily change the theme?

I'm writing an .rmd file in RStudio, and using the Knit button to create a slide deck. I have two options, it appears, ioslides and slidy. I don't really like the default look-and-feel of either. (I think ioslides uses screen real estate…
Nathan
  • 1,451
  • 1
  • 15
  • 28
5
votes
2 answers

Add page numbers to pdf using pagedown::chrome_print (R package)?

I am using pagedown::chrome_print() to convert slidy presentations created with Rmarkdown to pdf -- it does a better job than saving as PDF from Chrome. However, despite studying the help file, I cannot figure out how to add page numbers. Is there…
jtr13
  • 1,225
  • 11
  • 25
5
votes
2 answers

Edit title slide of R Markdown Slidy Presentation

Is there a way to edit the title slide of a R Markdown Slidy Presentation? I am able to add the header, footer, and custom css: title: "Slidy Template" author: "" date: "June 18, 2015" runtime: shiny output: slidy_presentation: css:…
yammerade
  • 629
  • 8
  • 20
4
votes
2 answers

Two-column slide in R slidy_presentation

I'm used to making two column slides in R ioslides_presentation documents, but I can't find any method that works to split a slide into two columns using R slidy_presentations which I'm trying for the first time after having used ioslides, beamer,…
mweber
  • 739
  • 1
  • 6
  • 17
3
votes
2 answers

Customising CSS within RMarkdown Slidy Presentations

So, there are a few questions on SO but none that seem to have solved this particular issue. I am looking to customise my RMarkdown/Slidy presentation, created from RStudio, with a custom CSS template. RStudio already allows minimal customisation…
JohnL_10
  • 549
  • 5
  • 15
2
votes
1 answer

RMarkdown slidy presentation: tabset?

I am looking for a way to use {.tabset} in an RMarkdown Slidy presentation, but the tabs are not created and it just lists everything sequentially on the slide. Does anyone know if it is possible to do this? ## High-level summaries {.tabset} ###…
Jessica
  • 75
  • 5
2
votes
1 answer

Is it reasonable to create a presentation in R markdown (no internet connection on the presenter PC)

I'm going to prepare a presentation that will contain a graphs and tables that are output of the R! and Python scripts. Thus, although R-Markdown in many cases do not provide so visually appealing output as Prezi, it has other advantages such as…
matandked
  • 1,527
  • 4
  • 26
  • 51
2
votes
1 answer

How to insert smooth table in R markdown presentations slidy, ioslides or beamer

I am preparing an R markdown presentation, but I couldn't find how to arrange table view. For example all numbers are left alligned. Is there an easy way to arrange R markdown tables? And could anyone suggest an advanced resource on R markdown…
ilker_arslan
  • 637
  • 3
  • 7
  • 17
1
vote
0 answers

Create a slidy presentation from *Quarto*

Create a slidy presentation using R markdown is straightforward R Markdown: The Definitive Guide. By Yihui Xie, J. J. Allaire and Garrett Grolemund. I try Quarto document (HTML format) to create such presentation (Multiple html page in one file),…
1
vote
2 answers

slide presentation change language of top title

I would like to get Inhalt instead of Contents in the lower left corner of a slide presentation. I tried --- title: "Untitled" author: "Erich Neuwirth" date: "2022-09-28" output: slidy_presentation: incremental: yes pandoc_args: [ …
Erich Neuwirth
  • 943
  • 7
  • 13
1
vote
1 answer

Is there a way to make ordered list items appear faster in incremental mode in Rmarkdown ioslides?

I am using Rmarkdown ioslides. I do not like how slow bullet points appear in the incremental mode. Is there a way to speed them up? I am looking for something similar Slidy presentations. In slidy bullet points appear instantaneously when you click…
Adam Marcik
  • 37
  • 1
  • 3
1
vote
0 answers

Can I convert slides made in slidy or ioslide to Xaringan

How can I convert a previously made slidy or ioslides slide to Xaringan?
leo
  • 415
  • 1
  • 5
  • 14
1
vote
1 answer

Ambiguous import after run slidy start

I've just started with Flutter and I've been looking for this problem and I didn't find anything. I ran the command slidy start in order to create my project structure.But right now, I am getting this error import Router conflict in the App…
user6076
  • 15
  • 5
1
vote
1 answer

Why does pandoc remove .incremental from divs?

I want to make incremental div elements, but pandoc is stripping out the incremental class name from them: $ echo '
hello
' | pandoc -f markdown -t slidy
earldouglas
  • 13,265
  • 5
  • 41
  • 50
1
vote
1 answer

slide_level issue with Rmarkdown with slidy output

In the following code, I should see 2 slides, the first slide should have title List of items and the second slide should start at Second heading. But I only see one slide after the first page. Where do I misunderstand? --- title: Issue in setting…
user2338823
  • 501
  • 1
  • 3
  • 16
1
2 3