0

I am using slidify in RStudio to prepare a presentation. How can I make builds (for example single paragraphs) appear incrementally in a single slide at each click? {Build:} does not seem to work with slidify.

Achaz
  • 73
  • 5

1 Answers1

0

In Slidify, you can specify slide classes along with the slide separator. So for example.

--- {.build}

## Slide

1. > Point 1
2. > Point 2
Ramnath
  • 54,439
  • 16
  • 125
  • 152
  • Thank you Ramnath! this is exactly what I was meaning and what I needed! – Achaz Jul 15 '14 at 09:23
  • You might want to add more details to the question so that it is taken off hold. You can use the example on the RStudio page to explain what you are trying to do, and then state that you are trying to achieve the same using Slidify. – Ramnath Jul 15 '14 at 14:40