Rename existing symbols (`≽`, `⋡`, `≼`, `⋠`), add new symbols (`⪰`, `⪲`, `⪯`, `⪱`), remove all `{lt,gt}.curly*` symbols for consistency (#4059)
This commit is contained in:
parent
cbb01fc81a
commit
cf393f97dc
|
|
@ -229,17 +229,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
gt: [
|
gt: [
|
||||||
'>',
|
'>',
|
||||||
circle: '⧁',
|
circle: '⧁',
|
||||||
curly: '≻',
|
|
||||||
curly.approx: '⪸',
|
|
||||||
curly.double: '⪼',
|
|
||||||
curly.eq: '≽',
|
|
||||||
curly.eq.not: '⋡',
|
|
||||||
curly.equiv: '⪴',
|
|
||||||
curly.napprox: '⪺',
|
|
||||||
curly.nequiv: '⪶',
|
|
||||||
curly.not: '⊁',
|
|
||||||
curly.ntilde: '⋩',
|
|
||||||
curly.tilde: '≿',
|
|
||||||
dot: '⋗',
|
dot: '⋗',
|
||||||
approx: '⪆',
|
approx: '⪆',
|
||||||
double: '≫',
|
double: '≫',
|
||||||
|
|
@ -267,17 +256,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
lt: [
|
lt: [
|
||||||
'<',
|
'<',
|
||||||
circle: '⧀',
|
circle: '⧀',
|
||||||
curly: '≺',
|
|
||||||
curly.approx: '⪷',
|
|
||||||
curly.double: '⪻',
|
|
||||||
curly.eq: '≼',
|
|
||||||
curly.eq.not: '⋠',
|
|
||||||
curly.equiv: '⪳',
|
|
||||||
curly.napprox: '⪹',
|
|
||||||
curly.nequiv: '⪵',
|
|
||||||
curly.not: '⊀',
|
|
||||||
curly.ntilde: '⋨',
|
|
||||||
curly.tilde: '≾',
|
|
||||||
dot: '⋖',
|
dot: '⋖',
|
||||||
approx: '⪅',
|
approx: '⪅',
|
||||||
double: '≪',
|
double: '≪',
|
||||||
|
|
@ -306,11 +284,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
prec: [
|
prec: [
|
||||||
'≺',
|
'≺',
|
||||||
approx: '⪷',
|
approx: '⪷',
|
||||||
|
curly.eq: '≼',
|
||||||
|
curly.eq.not: '⋠',
|
||||||
double: '⪻',
|
double: '⪻',
|
||||||
eq: '≼',
|
eq: '⪯',
|
||||||
eq.not: '⋠',
|
|
||||||
equiv: '⪳',
|
equiv: '⪳',
|
||||||
napprox: '⪹',
|
napprox: '⪹',
|
||||||
|
neq: '⪱',
|
||||||
nequiv: '⪵',
|
nequiv: '⪵',
|
||||||
not: '⊀',
|
not: '⊀',
|
||||||
ntilde: '⋨',
|
ntilde: '⋨',
|
||||||
|
|
@ -319,11 +299,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
succ: [
|
succ: [
|
||||||
'≻',
|
'≻',
|
||||||
approx: '⪸',
|
approx: '⪸',
|
||||||
|
curly.eq: '≽',
|
||||||
|
curly.eq.not: '⋡',
|
||||||
double: '⪼',
|
double: '⪼',
|
||||||
eq: '≽',
|
eq: '⪰',
|
||||||
eq.not: '⋡',
|
|
||||||
equiv: '⪴',
|
equiv: '⪴',
|
||||||
napprox: '⪺',
|
napprox: '⪺',
|
||||||
|
neq: '⪲',
|
||||||
nequiv: '⪶',
|
nequiv: '⪶',
|
||||||
not: '⊁',
|
not: '⊁',
|
||||||
ntilde: '⋩',
|
ntilde: '⋩',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue