mirror of https://github.com/stelzo/typst.git
parent
53135a0813
commit
7262ef3c74
|
|
@ -342,7 +342,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
emptyset: [
|
||||
'∅',
|
||||
arrow.r: '⦳',
|
||||
arror.l: '⦴',
|
||||
arrow.l: '⦴',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
rev: '⦰',
|
||||
|
|
@ -350,7 +350,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
nothing: [
|
||||
'∅',
|
||||
arrow.r: '⦳',
|
||||
arror.l: '⦴',
|
||||
arrow.l: '⦴',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
rev: '⦰',
|
||||
|
|
|
|||
Loading…
Reference in New Issue