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

Add Text Name Symbol

Open abrombo opened this issue 1 year ago • 0 comments

It would be useful for LaTeX output if one could associate a text string with each symbol as is done in sympy. Then the text strings could be LaTeX expressions for display of the symbols. In sympy we have -

(ex,ey) = symbols(r'\bs{e}_x \bs{e}_y',real=True)

So using LaTeX we could print - $\boldsymbol{e}_x,\boldsymbol{e}_y$

The names could be accessed with latex(ex) and latex(ey)

abrombo avatar May 17 '23 11:05 abrombo