ramnathv / knitr-pandoc

1 stars 0 forks source link

pat_gfm is not available yet #1

Open pravi opened 12 years ago

pravi commented 12 years ago

Is pat_gfm available yet from a released version? I get errors trying to generate a pdf

knitr-pandoc$ make Rscript \ -e "library(knitr)" \ -e "opts_chunk[['set']](dev =)" \ -e "pat_gfm()" \ -e "knit('source.md', 'temp.md')" Error: could not find function "pat_gfm" Execution halted make: *\ [doc.html] Error 1

ramnathv commented 12 years ago

pat_gfm() has been deprecated. Use render_markdown() instead.

pravi commented 12 years ago

thanks @ramnathv it worked. But the pdf created is not in a presentation format, it does not recognize !SLIDES

If possible, can you try to make it output a PDF presentation?

ramnathv commented 12 years ago

You are probably confusing two different projects of mine. knitr-pandoc is not intended for slide generation.