summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorT0mstone <39707032+T0mstone@users.noreply.github.com>2024-06-06 17:44:19 +0200
committerGitHub <noreply@github.com>2024-06-06 15:44:19 +0000
commit753213c40a7967e2e425ad63da52aaac31681780 (patch)
tree0d259f464d2e1c4de11308f9bffbcaa9d582a50e
parent8f7ba8d4958184366180efeb00ecfe8835c69b11 (diff)
Add symbols `{gt,lt}.neq` (#4305)
-rw-r--r--crates/typst/src/symbols/sym.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index c2bc0065..b3c90d5b 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -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: '≮',