From 57ab6d09248ba036e7feb32f8b9527ec643f826c Mon Sep 17 00:00:00 2001 From: "la .uetcis" Date: Thu, 29 Feb 2024 05:50:56 -0800 Subject: [PATCH] Add `forces` and `forces.not` (#3530) Co-authored-by: la .uetcis --- crates/typst/src/symbols/sym.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index b278542a8..2a46a424f 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -439,6 +439,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'], xor: ['⊕', big: '⨁'], models: '⊧', + forces: ['⊩', not: '⊮'], therefore: '∴', because: '∵', qed: '∎',