Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.31 KB

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.