---
- name: divergence
tag: divergence
match: "."
replace:
- test:
if: "$Verbosity='Verbose'"
then: [t: "divergenz"] else: [t: "div"] - t: "von" - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- name: curl
tag: curl
match: "."
replace:
- t: "rotation von" - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- name: gradient
tag: gradient
match: "."
replace:
- test:
if: "$Verbosity!='Terse'"
then: [t: "gradient von"] else: [t: "grad"] - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"