MathJaxRenderer.jl

Render LaTeX equations with MathJax offline.
Author MichaelHatherly
Popularity
19 Stars
Updated Last
10 Months Ago
Started In
March 2021

MathJaxRenderer.jl

Wrapper package for rendering LaTeX mathematics using offline MathJax and rsvg-convert to SVG, PNG, PDF, and postscript.

Usage

Wrap an AbstractString in the provided Math object:

julia> using MathJaxRenderer

julia> m = Math("\\frac{1}{1 + x}");

julia> write("fraction.png", m);

See ?Math for the full range of rendering options available.

Used By Packages

No packages found.