Thanks! I thought about that. However, I do not like the small spaces between the digits in the subscript.
julia> "x"*subscript(123)
"x₁₂₃"
Is there any way to get rid of it? Except for using the LaTeXStrings?
Thanks! I thought about that. However, I do not like the small spaces between the digits in the subscript.
julia> "x"*subscript(123)
"x₁₂₃"
Is there any way to get rid of it? Except for using the LaTeXStrings?