diff options
| author | Pascal Quach <20374810+quachpas@users.noreply.github.com> | 2024-11-12 13:46:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 12:46:40 +0000 |
| commit | dadc2176e2a71740f0f8afb252229144cc661652 (patch) | |
| tree | 2a00da845ed72d703d58ada8bf0b67876d0e756e | |
| parent | cb8eaddf980fae6b434e89ebbc061a07ce2f8535 (diff) | |
Add `asymp` and `asymp.not` symbols (#5391)
| -rw-r--r-- | crates/typst-library/src/symbols/sym.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/typst-library/src/symbols/sym.rs b/crates/typst-library/src/symbols/sym.rs index 9c138e9d..bdda4bde 100644 --- a/crates/typst-library/src/symbols/sym.rs +++ b/crates/typst-library/src/symbols/sym.rs @@ -338,6 +338,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! { prop: '∝', original: '⊶', image: '⊷', + asymp: [ + '≍', + not: '≭', + ], // Set theory. emptyset: [ |
