mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +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.
|
||||
emptyset: [
|
||||
'∅',
|
||||
arrow.r: '⦳',
|
||||
arror.l: '⦴',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
larrow: '⦴',
|
||||
rarrow: '⦳',
|
||||
rev: '⦰',
|
||||
],
|
||||
nothing: [
|
||||
'∅',
|
||||
arrow.r: '⦳',
|
||||
arror.l: '⦴',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
larrow: '⦴',
|
||||
rarrow: '⦳',
|
||||
rev: '⦰',
|
||||
],
|
||||
without: '∖',
|
||||
|
Loading…
x
Reference in New Issue
Block a user