mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue