4 Comments
Guest *Dason Kurkiewicz* @ 2012-05-14 20:05:43 originally posted:
The slide at
http://cloud.github.com/downloads/yihui/knitr/knitr-slides.html#9.0currently is going off the screen for me. Is there a way to detect and fix this type of issue automatically?
There is no automatic way -- you have to cook up your own dzslides template, in which you define the max-width and max-height of the pre tags. You can take a look at the CSS part of my 585 slides: http://yihui.name/slides/stat585x-shipping-yihui-xie.html (I did not publish my template because I still need to find a way to sync with pandoc templates; I mean the dzslides template in pandoc is changing)
Originally posted on 2012-05-15 04:52:23
Guest *Tyler Rinker* @ 2012-08-04 00:30:22 originally posted:
Yihui thanks for the work with knitr. I've spent the last three days pouring through this website trying various demos and reading up on how get the most out of knitr.
One question. I was trying this demo and was wondering (tried it myself but when I compile in RStudio the code I used took me right to the youtube link through my browser) if it's possible to embed a youtube video directly into the HTML5 slides. If so how?
Just to clarify: it is the problem of the RStudio HTML viewer. If you open the .html file directly (in Firefox/Chrome/...), you will not have any troubles watching the video inside the page. You may want to file an issue to RStudio developers.
Originally posted on 2012-08-04 23:52:20
Guest *Tyler Rinker* @ 2013-03-15 18:55:03 originally posted:
Noticed I never said thanks for the info :)
You are welcome! Your memory is awesome.
Originally posted on 2013-03-15 19:52:21
Guest *Ricardo* @ 2012-08-05 18:54:25 originally posted:
Yihui, thank you for this great piece of software. Let me point out a small typo in you HTLM5 example: in the HOW slide, it should say ´
knit('knitr-slides.Rmd') ´ and currently says
knitr('knitr-slides.Rmd').
Fixed. Thanks a lot!
Originally posted on 2012-08-05 19:22:59
Guest *anon* @ 2013-03-15 10:12:05 originally posted:
is there a way to generate slides that are full screen size? These are 4:3, but I want 16:9 for presentation.
Press F11. Or find the menu in your browser.
Originally posted on 2013-03-15 18:33:43
Sign in to join the discussion
Sign in with GitHub