summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs8
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: '⦠',