Add `sym.eq.triple.not` (#5372)
This commit is contained in:
parent
ada30cd5b1
commit
115b0a7ffd
|
|
@ -244,6 +244,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! {
|
|||
small: '﹦',
|
||||
succ: '⋟',
|
||||
triple: '≡',
|
||||
triple.not: '≢',
|
||||
quad: '≣',
|
||||
],
|
||||
gt: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue