creating accompanying slides for bookdown project
In Rstudio, I create a new project and select book project using bookdown . The built in example runs perfectly as expected and i can compile 4 books - gitbook, html, epub, and pdf. Great. The next obvious step is to want to have slides at the same time, very much in line with what the beamer package does, allowing for both beamer mode and article mode . Therefore, I tried to add another output in the _ output.yml code: bookdown::pdf_document2 . In line with the documentation, I know I should be able to define the base_format to use rmarkdown::beamer , The package author told me I was almost