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: '﹦',
|
small: '﹦',
|
||||||
succ: '⋟',
|
succ: '⋟',
|
||||||
triple: '≡',
|
triple: '≡',
|
||||||
|
triple.not: '≢',
|
||||||
quad: '≣',
|
quad: '≣',
|
||||||
],
|
],
|
||||||
gt: [
|
gt: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue