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

License

  • komadown is licensed under GPL-3
  • Copied and modified code from rticles is licensed under GPL-3.