jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

Can knitrBootstrap make slide decks (ioslides/slidy)? #190

Closed nathancarter closed 8 years ago

nathancarter commented 8 years ago

This project looks great, thank you for making it. My only question is whether also works for slide decks (ioslides or slidy, the two that come built into RStudio).

Thank you very much.

jimhester commented 8 years ago

What knitrBootstrap feature are you looking for in a slide deck? Rmarkdown supports nearly all of the features of knitrBootstrap now including floating toc and code folding.

Development on knitrBootstrap is mostly stalled at this point, I have no plans to work on slide support now or in the future.

If you tell me what features you are looking for I can try to point you in the right direction though.

nathancarter commented 8 years ago

The styles! ioslides and slidy seem to have one style each, and I don't like either. Details at this StackOverflow question.

nathancarter commented 8 years ago

Whoops...wrong button. Of course, you can close this issue if you want.

jimhester commented 8 years ago

You can supply a custom css to both ioslides and slidy and customize the theme how you like.

If you are looking for pre-existing themes both revealjs and beamer have a number of themes to pick from.

nathancarter commented 8 years ago

Reveal isn't respecting slide_level for me, but I can work on that and check their docs/support.

But supplying a custom css to ioslides/slidy is only good if I have a custom css to provide. I took the bootstrap css files linked to in your source code, which depend on fonts specified by relative paths, so I manually modified them to absolute URLs. Now I can get slidy to compile using those files. That may not have been what you were intending :) but I think I'm all set now. Thanks!