You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
can I pass mul_symbol='dot' to init_printing? I see that this was asked few years ago but not implemented. The problem is no separation between variables.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
this works great! Aaron, post your answer on SO, so that I can upvote it.
why is this not default behavior?
Aaron Meurer
unread,
Nov 16, 2015, 5:40:45 PM11/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I guess the default printing (space for mul) looks cleaner. Since
LaTeX printing can use variable spacing it's feasible to use a space
in this way (contrast this with the monospace Unicode printer, which
uses 'x⋅y' instead of 'x y').