diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-08-26 19:10:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 17:10:00 +0000 |
| commit | cb98eec60924a41889988644e5122d2e13eccbf1 (patch) | |
| tree | 02f07bae65d929de4a0a8a0c7da074b6befcb392 /crates | |
| parent | 373163dba4b4a4d9186b96a671af64d435d0eda3 (diff) | |
Add more `angle` symbol variants (#4827)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index c86c71e6..16c4df72 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -47,18 +47,24 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { angle: [ '∠', l: '⟨', - r: '⟩', + l.curly: '⧼', + l.dot: '⦑', l.double: '《', + r: '⟩', + r.curly: '⧽', + r.dot: '⦒', r.double: '》', acute: '⦟', arc: '∡', arc.rev: '⦛', + oblique: '⦦', rev: '⦣', right: '∟', right.rev: '⯾', right.arc: '⊾', right.dot: '⦝', right.sq: '⦜', + s: '⦞', spatial: '⟀', spheric: '∢', spheric.rev: '⦠', |
