Skip to content

Commit f265ed5

Browse files
authored
Merge pull request #18 from AlexisRenchon/master
Update sub_super_scripts.jl
2 parents b4c62b9 + 01fd465 commit f265ed5

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

src/sub_super_scripts.jl

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,22 @@ let subscript_map = Dict(
4545
'(' => '',
4646
')' => '',
4747
'a' => '',
48-
'e' => '',
49-
'i' => '',
50-
'o' => '',
51-
'r' => '',
52-
'u' => '',
53-
'v' => '',
54-
'x' => '',
48+
'e' => '',
49+
'h' => '',
50+
'i' => '',
51+
'j' => '',
52+
'k' => '',
53+
'l' => '',
54+
'm' => '',
55+
'n' => '',
56+
'o' => '',
57+
'p' => '',
58+
'r' => '',
59+
's' => '',
60+
't' => '',
61+
'u' => '',
62+
'v' => '',
63+
'x' => '',
5564
'β' => '',
5665
'γ' => '',
5766
'ρ' => '',

0 commit comments

Comments
 (0)