mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
Added gradient alias for nabla symbol (#3195)
This commit is contained in:
parent
39003555f3
commit
213bf36a05
@ -395,6 +395,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
infinity: '∞',
|
infinity: '∞',
|
||||||
oo: '∞',
|
oo: '∞',
|
||||||
diff: '∂',
|
diff: '∂',
|
||||||
|
gradient: '∇',
|
||||||
nabla: '∇',
|
nabla: '∇',
|
||||||
sum: ['∑', integral: '⨋'],
|
sum: ['∑', integral: '⨋'],
|
||||||
product: ['∏', co: '∐'],
|
product: ['∏', co: '∐'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user