Description
Plugins for R Markdown Formats.
Description
Formats for R Markdown that undo modifications by 'pandoc' and 'rmarkdown' to original 'latex' templates, such as smaller margins, paragraph spacing, and compact titles. In addition, enhancements such as author blocks with affiliations and headers and footers are introduced. All of this functionality is built around plugins that modify the default 'pandoc' template without relying on custom templates.
README.md
rmdplugr
rmdplugr modifies latex templates for Rmarkdown formats in order to
- restore style modifications caused by the default Rmarkdown and pandoc templates and
- enable additional modifications such as marginal material and author blocks.
The basic idea is that this package maintains to custom template and instead inserts pandoc plugins (chunks) into the latex template in order to provide modifications. The only requirement is that the template to be modified (by default the default pandoc template gotten from pandoc -D latex
) contains a few lines from the standard template so that rmdplugr knows where to insert the new template matter.
Installation
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("jolars/rmdplugr")