mirror of
https://github.com/typst/typst
synced 2025-05-20 12:05:27 +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: '≧',
|
||||
lt: '≷',
|
||||
lt.not: '≹',
|
||||
neq: '⪈',
|
||||
napprox: '⪊',
|
||||
nequiv: '≩',
|
||||
not: '≯',
|
||||
@ -266,6 +267,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
equiv: '≦',
|
||||
gt: '≶',
|
||||
gt.not: '≸',
|
||||
neq: '⪇',
|
||||
napprox: '⪉',
|
||||
nequiv: '≨',
|
||||
not: '≮',
|
||||
|
Loading…
x
Reference in New Issue
Block a user