eqn2svg

Create an SVG-Based Mathematical Formula


Keywords
latex-math, r, svg
License
MIT

Documentation

eqn2svg

Overview

If you have a mathematical formula and the need to have that formula in SVG form, you’ll be delighted by what eqn2svg will let you do. Yes, that formula is nicely converted to an SVG. And you can use that SVG wherever SVGs are accepted.

Installation

You can install the development version of eqn2svg from GitHub with:

# install.packages("devtools")
devtools::install_github("rich-iannone/eqn2svg")