mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add shorthands for symbols U+22B6 (Original Of) and U+22B7 (Image Of) (#4083)
This commit is contained in:
parent
01b791da83
commit
c0576c6b55
@ -331,6 +331,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
],
|
],
|
||||||
equiv: ['≡', not: '≢'],
|
equiv: ['≡', not: '≢'],
|
||||||
prop: '∝',
|
prop: '∝',
|
||||||
|
original: '⊶',
|
||||||
|
image: '⊷',
|
||||||
|
|
||||||
// Set theory.
|
// Set theory.
|
||||||
emptyset: ['∅', rev: '⦰'],
|
emptyset: ['∅', rev: '⦰'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user