rmd4sci

Different Outputs and Extensions

There are many different outputs for rmarkdown - as a start, THIS VERY BOOK IS WRITTEN IN RMARKDOWN! How cool is that?

Alternative output formats

slideshows

Tufte

For Journals

Note that if you are using a template and want the full featured citation features,

your YAML will need to include something like this:

output:
  bookdown::pdf_book:
    base_format: rticles::plos_article

APA

Misc