summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorla .uetcis <weitcis@pm.me>2024-02-29 05:50:56 -0800
committerGitHub <noreply@github.com>2024-02-29 13:50:56 +0000
commit57ab6d09248ba036e7feb32f8b9527ec643f826c (patch)
treeef970e71b064b490bc46aafa45eb9fd6bb774427
parent5a03c818c8b595c9bb62613c8da6d7464ccff05c (diff)
Add `forces` and `forces.not` (#3530)
Co-authored-by: la .uetcis <uetcis@pm.me>
-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: '∎',