mirror of
https://github.com/typst/typst
synced 2025-05-23 05:25:28 +08:00
Move perp
symbol into correct category (#1741)
This commit is contained in:
parent
fc90b72355
commit
0e04d46e31
@ -436,13 +436,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
|
|
||||||
// Number theory.
|
// Number theory.
|
||||||
divides: ['∣', not: '∤'],
|
divides: ['∣', not: '∤'],
|
||||||
perp: ['⟂', circle: '⦹'],
|
|
||||||
|
|
||||||
// Algebra.
|
// Algebra.
|
||||||
wreath: '≀',
|
wreath: '≀',
|
||||||
|
|
||||||
// Geometry.
|
// Geometry.
|
||||||
parallel: ['∥', circle: '⦷', not: '∦'],
|
parallel: ['∥', circle: '⦷', not: '∦'],
|
||||||
|
perp: ['⟂', circle: '⦹'],
|
||||||
|
|
||||||
// Miscellaneous Technical.
|
// Miscellaneous Technical.
|
||||||
diameter: '⌀',
|
diameter: '⌀',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user