mirror of
https://github.com/typst/typst
synced 2025-05-18 11:05: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: '⊷',
|
image: '⊷',
|
||||||
|
|
||||||
// Set theory.
|
// Set theory.
|
||||||
emptyset: ['∅', rev: '⦰'],
|
emptyset: [
|
||||||
nothing: ['∅', rev: '⦰'],
|
'∅',
|
||||||
|
bar: '⦱',
|
||||||
|
circle: '⦲',
|
||||||
|
larrow: '⦴',
|
||||||
|
rarrow: '⦳',
|
||||||
|
rev: '⦰',
|
||||||
|
],
|
||||||
|
nothing: [
|
||||||
|
'∅',
|
||||||
|
bar: '⦱',
|
||||||
|
circle: '⦲',
|
||||||
|
larrow: '⦴',
|
||||||
|
rarrow: '⦳',
|
||||||
|
rev: '⦰',
|
||||||
|
],
|
||||||
without: '∖',
|
without: '∖',
|
||||||
complement: '∁',
|
complement: '∁',
|
||||||
in: [
|
in: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user