mirror of
https://github.com/typst/typst
synced 2025-05-21 20:45:27 +08:00
Implement symbol Proposal 21 (iteration 1) (#5053)
This commit is contained in:
parent
2a1fbd4101
commit
53135a0813
@ -341,18 +341,18 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
// Set theory.
|
// Set theory.
|
||||||
emptyset: [
|
emptyset: [
|
||||||
'∅',
|
'∅',
|
||||||
|
arrow.r: '⦳',
|
||||||
|
arror.l: '⦴',
|
||||||
bar: '⦱',
|
bar: '⦱',
|
||||||
circle: '⦲',
|
circle: '⦲',
|
||||||
larrow: '⦴',
|
|
||||||
rarrow: '⦳',
|
|
||||||
rev: '⦰',
|
rev: '⦰',
|
||||||
],
|
],
|
||||||
nothing: [
|
nothing: [
|
||||||
'∅',
|
'∅',
|
||||||
|
arrow.r: '⦳',
|
||||||
|
arror.l: '⦴',
|
||||||
bar: '⦱',
|
bar: '⦱',
|
||||||
circle: '⦲',
|
circle: '⦲',
|
||||||
larrow: '⦴',
|
|
||||||
rarrow: '⦳',
|
|
||||||
rev: '⦰',
|
rev: '⦰',
|
||||||
],
|
],
|
||||||
without: '∖',
|
without: '∖',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user