3

I distinctly recall stumbling upon a package which typeset derivatives nicely, and moreover automatically calculated some of the indices involved in partial differentiation. Unfortunately, I can't remember at all what this package is called.

Does anyone remember/know such a package?

Arrow
  • 501

2 Answers2

3

You might have been thinking of diffcoeff.

2

Another similar package to write derivatives, among those that have been shown, there is also the derivative package where it is possible to write: ordinary, partial, functional, material derivative, average rate of change and Jacobian. Here there is a small example with a screenshot:

\documentclass[a4paper,12pt]{article}
\usepackage{mathtools}
\usepackage{derivative}
\begin{document}
\[\odv{f(x)}{x}_{a}^{b}\]
\end{document}

enter image description here

Sebastiano
  • 54,118