Skip to content

jolars/komadown

Repository files navigation

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

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