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

Does LatexStrings support Rational type?

Open dsantiago opened this issue 3 years ago • 2 comments

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...

dsantiago avatar Nov 27 '21 15:11 dsantiago

I think you're looking for Latexify.jl

gustaphe avatar Feb 22 '23 15:02 gustaphe

We could definitely implement custom interpolation; this might be useful for a few types.

stevengj avatar Feb 22 '23 17:02 stevengj