mirror of
https://github.com/typst/typst
synced 2025-05-19 11:35:27 +08:00
Add new variants to parallel
symbol (#4834)
This commit is contained in:
parent
307b8a5c72
commit
c38d01e4c5
@ -478,7 +478,18 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
wreath: '≀',
|
wreath: '≀',
|
||||||
|
|
||||||
// Geometry.
|
// Geometry.
|
||||||
parallel: ['∥', circle: '⦷', not: '∦'],
|
parallel: [
|
||||||
|
'∥',
|
||||||
|
struck: '⫲',
|
||||||
|
circle: '⦷',
|
||||||
|
eq: '⋕',
|
||||||
|
equiv: '⩨',
|
||||||
|
not: '∦',
|
||||||
|
slanted.eq: '⧣',
|
||||||
|
slanted.eq.tilde: '⧤',
|
||||||
|
slanted.equiv: '⧥',
|
||||||
|
tilde: '⫳',
|
||||||
|
],
|
||||||
perp: ['⟂', circle: '⦹'],
|
perp: ['⟂', circle: '⦹'],
|
||||||
|
|
||||||
// Miscellaneous Technical.
|
// Miscellaneous Technical.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user