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…
Reference in New Issue