Skip to content

Commit

Permalink
When $NavMode='Character, say "nabla" for ∇.
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Jan 6, 2025
1 parent a4515d5 commit 1ec192a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Rules/Languages/en/unicode-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,13 @@
- t: "laplacian of"
- "": # 0x2207
- test:
if: "$Verbosity!='Terse'"
then: [t: "the"]
- t: "gradient of"
if: "$NavMode='Character'"
then: [t: "nabla"]
else:
- test:
if: "$Verbosity!='Terse'"
then: [t: "the"]
- t: "gradient of"
- "": # 0x2209
# rule is identical to 0x2208
- test:
Expand Down

0 comments on commit 1ec192a

Please sign in to comment.