so that every partial derivative I need is defined as a "\de[something] command."
Any suggestion? I tried to check the file where \DeclareMathOperator is defined (amsopn.sty), but still couldn't understand what to do.
I did find that useful, thankyou, though it wasn't what I wanted. I'll try to make myself clearer: Suppose I have a whole lot of derivatives to define in my source code. For example, suppose I want to define partial derivatives with respect to x,y,z,t and \alpha as \dex,\dey,\dez,\det,\dea. Usually, what I'd do is give
kaiserkarl13 wrote:You might have a look at the amsmath package and how it defines \DeclareMathOperator. That's a similar idea to what you're trying to do.
That's what I did, but couldn't figure out how it worked either. That's why I was asking about it.