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: '∎',