soegaard/racket-cas

Differentiation marks and sqr

Opened this issue · 0 comments

The following is supposed to produce d/dx(x^2).

(parameterize ([output-differentiation-mark (list)])
(tex '(diff (sqr x) x)))
"$\text{sqr}'(x)$"