mirror of https://github.com/stelzo/typst.git
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: '¬',
|
||||
and: ['∧', big: '⋀', curly: '⋏', dot: '⟑', double: '⩓'],
|
||||
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
||||
xor: ['⊕', big: '⨁'],
|
||||
models: '⊧',
|
||||
therefore: '∴',
|
||||
because: '∵',
|
||||
|
|
|
|||
Loading…
Reference in New Issue