mirror of https://github.com/stelzo/typst.git
add r.double.not (#1315)
This commit is contained in:
parent
6af94be34a
commit
b9d03be975
|
|
@ -720,6 +720,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
r: '⊢',
|
r: '⊢',
|
||||||
r.long: '⟝',
|
r.long: '⟝',
|
||||||
r.double: '⊨',
|
r.double: '⊨',
|
||||||
|
r.double.not: '⊭',
|
||||||
l: '⊣',
|
l: '⊣',
|
||||||
l.long: '⟞',
|
l.long: '⟞',
|
||||||
l.short: '⫞',
|
l.short: '⫞',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue