Comment #1 on issue 2785 by [email protected]: Use \functionname instead of \operatorname{functionname} whenever possible
http://code.google.com/p/sympy/issues/detail?id=2785
Based on http://en.wikibooks.org/wiki/LaTeX/Advanced_Mathematics#Custom_operators, I think the only advantage of \operatorname over \mathrm is \operatorname*. So we should have an option to latex() that replaces \operatorname with \mathrm (which hopefully would work better with matplotlib).
-- 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.
