mirror of
https://github.com/typst/typst
synced 2025-05-18 02:55:28 +08:00
Add more emptyset
/nothing
symbol variants (#4826)
This commit is contained in:
parent
c57593c94c
commit
307b8a5c72
@ -332,8 +332,22 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
image: '⊷',
|
||||
|
||||
// Set theory.
|
||||
emptyset: ['∅', rev: '⦰'],
|
||||
nothing: ['∅', rev: '⦰'],
|
||||
emptyset: [
|
||||
'∅',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
larrow: '⦴',
|
||||
rarrow: '⦳',
|
||||
rev: '⦰',
|
||||
],
|
||||
nothing: [
|
||||
'∅',
|
||||
bar: '⦱',
|
||||
circle: '⦲',
|
||||
larrow: '⦴',
|
||||
rarrow: '⦳',
|
||||
rev: '⦰',
|
||||
],
|
||||
without: '∖',
|
||||
complement: '∁',
|
||||
in: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user