SymEngine.jl icon indicating copy to clipboard operation
SymEngine.jl copied to clipboard

Mathjax output in IJulia for SymEngine expressions

Open mikolajpp opened this issue 7 years ago • 3 comments

I am unable to get mathjax output in IJulia cells for SymEngine.js expressions. For some reason it works in Reduce.jl. Is there some option to enable it, or it needs to be implemented?

mikolajpp avatar Feb 21 '18 15:02 mikolajpp

It's not supported directly yet, but indirectly from https://github.com/korsbo/Latexify.jl,

isuruf avatar Feb 21 '18 16:02 isuruf

Also indirectly from https://github.com/oxinabox/Expr2LaTeX.jl though I think I might deprecate Expr2LaTeX.jl in favor of Latexify.jl

oxinabox avatar Apr 17 '18 06:04 oxinabox

The support of LaTeXStrings would be a good idea, I guess.

larssp avatar Jul 08 '19 20:07 larssp