Closed jooyoungseo closed 6 years ago
@jooyoungseo the Powerpoint format has its own subset of rules. A good source of documentation (which also provides some pointers on what's possible) can be found on this support page:
Tables, in particular, can be kable
tables, Markdown tables, or the tables specified in this Pandoc document: http://pandoc.org/MANUAL.html#tables.
The option toc: true
should work. I believe I just tested not too long ago.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
Hello,
I am using R x64 3.4.3 and Pandoc 2.1 in Windows 10 (x64).
I have found some issues with rmarkdown::powerpoint_presentation():
'toc=TRUE' parameter does not affect a converted result.
Inserted citation using BiTeX (e.g., @key) does not appear in converted PPT content while it does at the end of powerpoint as a reference list.
df_print: "tibble"
field in YAML causes some issue when rendered whilermarkdown::powerpoint_presentation(df_print = "tibble")
does not.df_print: "kable"
is not automatically applied to a data.frame in Rmd document.For example, the following is not rendered into a kable object while the df_print is set to "kable."
Packages ---------------------------------------------------------------------- package version date source
base 3.4.3 2017-11-30 local
compiler 3.4.3 2017-11-30 local
datasets 3.4.3 2017-11-30 local
devtools 1.13.4 2017-11-09 CRAN (R 3.4.2)
digest 0.6.14 2018-01-14 CRAN (R 3.4.3)
graphics 3.4.3 2017-11-30 local
grDevices 3.4.3 2017-11-30 local
memoise 1.1.0 2017-04-21 CRAN (R 3.4.1)
methods 3.4.3 2017-11-30 local
stats 3.4.3 2017-11-30 local
utils 3.4.3 2017-11-30 local
withr 2.1.1.9000 2017-12-23 Github (jimhester/withr@df18523)