mirror of
https://github.com/typst/typst
synced 2025-05-20 20:15:29 +08:00
Add symbols {gt,lt}.neq
(#4305)
This commit is contained in:
parent
8f7ba8d495
commit
753213c40a
@ -239,6 +239,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
equiv: '≧',
|
equiv: '≧',
|
||||||
lt: '≷',
|
lt: '≷',
|
||||||
lt.not: '≹',
|
lt.not: '≹',
|
||||||
|
neq: '⪈',
|
||||||
napprox: '⪊',
|
napprox: '⪊',
|
||||||
nequiv: '≩',
|
nequiv: '≩',
|
||||||
not: '≯',
|
not: '≯',
|
||||||
@ -266,6 +267,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
equiv: '≦',
|
equiv: '≦',
|
||||||
gt: '≶',
|
gt: '≶',
|
||||||
gt.not: '≸',
|
gt.not: '≸',
|
||||||
|
neq: '⪇',
|
||||||
napprox: '⪉',
|
napprox: '⪉',
|
||||||
nequiv: '≨',
|
nequiv: '≨',
|
||||||
not: '≮',
|
not: '≮',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user