Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2760 by [email protected]: latex(symbol_names) not working
with ~x
http://code.google.com/p/sympy/issues/detail?id=2760
Read this for more information
https://github.com/sympy/sympy/pull/674
latex(x**2, symbol_names={x:'x_i'})
works fine, but when you try something as
latex(~x, symbol_names={x:'x_i'})
it doesn't. Besides, every time you need latex to use x's symbol_name, you
need to pass the symbol_names dictionary.
Sage has some nice functionality:
var('sui', latex_name="s_{u,i}")
and you don't have to use a special dictionary everytime you need to
typeset the symbol.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.