mirror of
https://github.com/typst/typst
synced 2025-06-28 16:22:53 +08:00
Add sym.xor (#1397)
This commit is contained in:
parent
6ea98dd940
commit
e57f143858
@ -396,6 +396,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
not: '¬',
|
not: '¬',
|
||||||
and: ['∧', big: '⋀', curly: '⋏', dot: '⟑', double: '⩓'],
|
and: ['∧', big: '⋀', curly: '⋏', dot: '⟑', double: '⩓'],
|
||||||
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
||||||
|
xor: ['⊕', big: '⨁'],
|
||||||
models: '⊧',
|
models: '⊧',
|
||||||
therefore: '∴',
|
therefore: '∴',
|
||||||
because: '∵',
|
because: '∵',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user