mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
Add ⊬ to symbols.rs (#1318)
This commit is contained in:
parent
7e07b61046
commit
789a54f9e5
@ -718,7 +718,9 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
],
|
],
|
||||||
tack: [
|
tack: [
|
||||||
r: '⊢',
|
r: '⊢',
|
||||||
|
r.not: '⊬',
|
||||||
r.long: '⟝',
|
r.long: '⟝',
|
||||||
|
r.short: '⊦',
|
||||||
r.double: '⊨',
|
r.double: '⊨',
|
||||||
r.double.not: '⊭',
|
r.double.not: '⊭',
|
||||||
l: '⊣',
|
l: '⊣',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user