Skip to content

Commit 6b32870

Browse files
committed
Use Planck constant for italic h in unicodeTable.
There is no regular italic h in Unicode because this already existed in Planck constant.
1 parent 2e2ef8d commit 6b32870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Text/TeXMath/Unicode/ToUnicode.hs

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ unicodeTable = [ ((TextDoubleStruck,'C'),'\8450') -- C -> ℂ
186186
, ((TextItalic,'e'),'\119890') -- e -> 𝑒
187187
, ((TextItalic,'f'),'\119891') -- f -> 𝑓
188188
, ((TextItalic,'g'),'\119892') -- g -> 𝑔
189+
, ((TextItalic,'h'),'\8462') -- h -> ℎ (Planck constant)
189190
, ((TextItalic,'i'),'\119894') -- i -> 𝑖
190191
, ((TextItalic,'j'),'\119895') -- j -> 𝑗
191192
, ((TextItalic,'k'),'\119896') -- k -> 𝑘

0 commit comments

Comments
 (0)