mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
Add alternative lowercase sigma (#1203)
This commit is contained in:
parent
ff903674f9
commit
5933577dcf
@ -756,7 +756,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
pi: ['π', alt: 'ϖ'],
|
pi: ['π', alt: 'ϖ'],
|
||||||
psi: 'ψ',
|
psi: 'ψ',
|
||||||
rho: ['ρ', alt: 'ϱ'],
|
rho: ['ρ', alt: 'ϱ'],
|
||||||
sigma: 'σ',
|
sigma: ['σ', alt: 'ς'],
|
||||||
tau: 'τ',
|
tau: 'τ',
|
||||||
theta: ['θ', alt: 'ϑ'],
|
theta: ['θ', alt: 'ϑ'],
|
||||||
upsilon: 'υ',
|
upsilon: 'υ',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user