]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-calculus.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-calculus.tex
1 \ifx\havemjocalculus\undefined
2 \def\havemjocalculus{1}
3
4
5 % The gradient of its argument, which should be a function from R^n to
6 % R (or maybe some other field).
7 \newcommand*{\gradient}[1]{ \nabla{{#1}} }
8
9
10 \fi