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: '⊷',
|
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…
Reference in New Issue