Make lowercase greek italic

This commit is contained in:
Laurenz 2023-01-31 02:05:53 +01:00
parent 60ef41cef4
commit 69985e59bc
3 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ pub(super) fn styled_char(style: MathStyle, c: char) -> char {
let (base, default_italic) = match c {
'a'..='z' => ('a', true),
'A'..='Z' => ('A', true),
'α'..='ω' => ('α', false),
'α'..='ω' => ('α', true),
'Α'..='Ω' => ('Α', false),
'0'..='9' => ('0', false),
'-' => return '',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB