I noticed something about rendering of symbolic functions into latex. Currently, \operatorname is applied to all functions, even single letter ones when they are rendered with an argument, but not when they are rendered without the argument. The following code in SymPy Live illustrates this point:
f, f(x)
I would say that the former is more correct and looks better. I have a set of patches that would change the behavior as I suggest. You can see the diff below. Even if you thing that \operatorname should be used on single character functions, I think it should at least be consistent.
you can see the diff from master here:
Should I open a bug report for this, just send the pull request, or something else?