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