rmdcss: rmdcss generates some initial css style code for HTML Rmd...

View source: R/rutils.R

rmdcssR Documentation

rmdcss generates some initial css style code for HTML Rmd files

Description

rmdcss generates some initial css style code for HTML Rmd files as well as a mathjax script that will generate equation numbers for any display equations in the document. This prints the css style code and the mathjax script to the console from where it should be pasted into the Rmd file immediately following the YAML header. It now contains font sizes for the h1 heaqder and the .inline and .display math classes

Usage

rmdcss()

Value

nothing but it prints css style code and a mathjax script to the console

Examples

rmdcss()

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.