jolars / komadown

Rmarkdown Templates for KOMA-Script Classes
https://jolars.github.io/komadown
GNU General Public License v3.0
7 stars 1 forks source link
latex pandoc r rmarkdown rmarkdown-templates

Travis-CI Build
Status AppVeyor Build
Status CRAN
status codecov

komadown

komadown provides R Markdown templates for the KOMA-Script classes (currently only koma-scartcl). It is intended only for pdf (LaTeX) output.

It wraps around bookdown to enable cross-referencing of figures, sections. theorems, and equations.

Installation

You can install komadown from CRAN with

install.packages("komadown")

or install the latest development version from github with

# install.packages("remotes")
remotes::install_github("jolars/komadown")

License