mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +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: 'ϖ'],
|
||||
psi: 'ψ',
|
||||
rho: ['ρ', alt: 'ϱ'],
|
||||
sigma: 'σ',
|
||||
sigma: ['σ', alt: 'ς'],
|
||||
tau: 'τ',
|
||||
theta: ['θ', alt: 'ϑ'],
|
||||
upsilon: 'υ',
|
||||
|
Loading…
x
Reference in New Issue
Block a user