mirror of
https://github.com/typst/typst
synced 2025-05-19 11:35:27 +08:00
Add more angle
symbol variants (#4827)
This commit is contained in:
parent
373163dba4
commit
cb98eec609
@ -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: '⦠',
|
||||
|
Loading…
x
Reference in New Issue
Block a user