Expr2LaTeX.jl

Take a julia `Expr` and render it as LaTeX. Deprecated in favour of https://github.com/korsbo/Latexify.jl
Popularity
32 Stars
Updated Last
1 Year Ago
Started In
October 2016

Expr2LaTeX

⚠️Deprecated in favor of Latexify.jl⚠️.


Build Status

Build status

Coverage Status

codecov.io

Checkout the IJulia Notebook for the Demo Screenshot

Use with SymEngine.jl

A particularly cool use of this is with SymEngine.jl.

repring a SymEngine expression, outputs basically julia code. You can parse this to get a julia expression, and then you can use Expr2LaTeX to render it.

SymEngine Screenshot