mirror of https://github.com/stelzo/typst.git
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: '∞',
|
||||
oo: '∞',
|
||||
diff: '∂',
|
||||
gradient: '∇',
|
||||
nabla: '∇',
|
||||
sum: ['∑', integral: '⨋'],
|
||||
product: ['∏', co: '∐'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue