LaTeXStrings.jl
LaTeXStrings.jl copied to clipboard
Does LatexStrings support Rational type?
if i do:
a = 3 // 4
println(L"p = 1 - %$a") # outsputs "$p = 1 - 3//4$"
if it does not support would be a nice one to have...
I think you're looking for Latexify.jl
We could definitely implement custom interpolation; this might be useful for a few types.