summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index b278542a..2a46a424 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: '∎',