mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Add forces
and forces.not
(#3530)
Co-authored-by: la .uetcis <uetcis@pm.me>
This commit is contained in:
parent
5a03c818c8
commit
57ab6d0924
@ -439,6 +439,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
||||||
xor: ['⊕', big: '⨁'],
|
xor: ['⊕', big: '⨁'],
|
||||||
models: '⊧',
|
models: '⊧',
|
||||||
|
forces: ['⊩', not: '⊮'],
|
||||||
therefore: '∴',
|
therefore: '∴',
|
||||||
because: '∵',
|
because: '∵',
|
||||||
qed: '∎',
|
qed: '∎',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user