Tagged Questions
20
votes
4answers
950 views
Can I have a flexible partial derivative macro?
I was thinking about writing a partial derivative macro that has a similar syntax to the Mathematica D function. (example)
The syntax could be like this:
\D{f}{x} expands to \frac{\partial ...