gutow/Easy_Pretty_Math

Code version of expression sometimes showing in typeset expressions...

Closed this issue · 1 comments

gutow commented

dmo() on diff() and integ() sometimes display code version of the expression in the typeset expression.

dmo(q = a*b/c**2)
dmo(diff(q,c))
dmo(integ(q,c))

Will yield examples.

This appeared in commit: b7a6555

gutow commented

fixed with commit: 71bba25