]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-calculus.tex
mjo-common: prevent \Sn[1] and \Hn[1] from dropping their superscripts.
[mjotex.git] / mjo-calculus.tex
1 %
2 % Standard calculus operations.
3 %
4 \ifx\havemjocalculus\undefined
5 \def\havemjocalculus{1}
6
7
8 % The gradient of its argument, which should be a function from R^n to
9 % R (or maybe some other field).
10 \newcommand*{\gradient}[1]{ \nabla{{#1}} }
11
12
13 \fi