Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

rmdplugr

CRAN status Codecov test coverage Travis build status AppVeyor build status

rmdplugr modifies latex templates for Rmarkdown formats in order to

  1. restore style modifications caused by the default Rmarkdown and pandoc templates and
  2. 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")
You can’t perform that action at this time.