https://github.com/sol-eng/powerpoint
Render PowerPoint presentations from R Markdown documents
https://github.com/sol-eng/powerpoint
demo powerpoint rmarkdown
Last synced: about 1 month ago
JSON representation
Render PowerPoint presentations from R Markdown documents
- Host: GitHub
- URL: https://github.com/sol-eng/powerpoint
- Owner: sol-eng
- License: apache-2.0
- Created: 2018-05-20T02:25:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:11:18.000Z (over 3 years ago)
- Last Synced: 2024-02-12T15:15:55.610Z (about 1 year ago)
- Topics: demo, powerpoint, rmarkdown
- Size: 23.3 MB
- Stars: 79
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rmarkdown - **powerpoint: R Markdown to PowerPoint**
README
# R Markdown to PowerPoint
You can render PowerPoint presentations from R Markdown documents. This capability is made possible by recent improvements to [Pandoc](http://pandoc.org/releases.html). See [Rendering PowerPoint Presentations with RStudio](https://support.rstudio.com/hc/en-us/articles/360004672913) for more information.

### Features
You can generate most elements supported by Pandoc’s Markdown with the PowerPoint output including: Inline formatting, lists, LaTeX math expressions/equations, hyperlinks, block quotations,ß and more. PowerPoint output also supports these nice features:
* Images and tables
* Columns
* Speaker notes
* Templates### RStudio v1.2
RStudio version 1.2 bundles Pandoc 2 making it easy to create PowerPoint presentations in R.
### References
* [R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/powerpoint-presentation.html)
* [Getting started](https://support.rstudio.com/hc/en-us/articles/360004672913-Rendering-PowerPoint-Presentations-with-RStudio)
* [Troubleshooting](https://support.rstudio.com/hc/en-us/articles/360006283914)
* [Community](https://community.rstudio.com/)
* [Submitting issues](https://github.com/rstudio/rmarkdown/issues)See the [Pandoc manual](http://pandoc.org/MANUAL.html) for specific details. Note: If you want to change the slide size or design you should make those changes in a PowerPoint template and then include `reference_doc: mytemplate.pptx` in the YAML header.