mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Left and right double tack
This commit is contained in:
parent
6ad14f55d5
commit
b6a241cad2
@ -719,9 +719,11 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
tack: [
|
tack: [
|
||||||
r: '⊢',
|
r: '⊢',
|
||||||
r.long: '⟝',
|
r.long: '⟝',
|
||||||
|
r.double: '⊨',
|
||||||
l: '⊣',
|
l: '⊣',
|
||||||
l.long: '⟞',
|
l.long: '⟞',
|
||||||
l.short: '⫞',
|
l.short: '⫞',
|
||||||
|
l.double: '⫤',
|
||||||
t: '⊥',
|
t: '⊥',
|
||||||
t.big: '⟘',
|
t.big: '⟘',
|
||||||
t.double: '⫫',
|
t.double: '⫫',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user