From 753213c40a7967e2e425ad63da52aaac31681780 Mon Sep 17 00:00:00 2001 From: T0mstone <39707032+T0mstone@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:44:19 +0200 Subject: [PATCH] Add symbols `{gt,lt}.neq` (#4305) --- crates/typst/src/symbols/sym.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index c2bc00656..b3c90d5ba 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: '≮',