Make lowercase greek italic
This commit is contained in:
parent
60ef41cef4
commit
69985e59bc
@ -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 |
Loading…
x
Reference in New Issue
Block a user