Skip to content

Commit e422ddf

Browse files
committed
Fix typo in character name
1 parent e651c0a commit e422ddf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
RULECHAR: 0x203E,
135135

136136
REMAP: {
137-
0xA: 0x20, // carriage return
137+
0xA: 0x20, // newline
138138
0x2F3: 0x2DA, 0x2F4: 0x2CA, // ring below, middle grave
139139
0xFE37: 0x23DE, 0xFE38: 0x23DF, // OverBrace, UnderBrace
140140
0x3008: 0x27E8, 0x3009: 0x27E9, // langle, rangle

unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
RULECHAR: 0x2212,
153153

154154
REMAP: {
155-
0xA: 0x20, // carriage return
155+
0xA: 0x20, // newline
156156
0x203E: 0x2C9, // overline
157157
0x20D0: 0x21BC, 0x20D1: 0x21C0, // combining left and right harpoons
158158
0x20D6: 0x2190, 0x20E1: 0x2194, // combining left arrow and lef-right arrow

unpacked/jax/output/SVG/fonts/TeX/fontdata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
RULECHAR: 0x2212,
151151

152152
REMAP: {
153-
0xA: 0x20, // carriage return
153+
0xA: 0x20, // newline
154154
0x00A0: 0x20, // non-breaking space
155155
0x203E: 0x2C9, // overline
156156
0x20D0: 0x21BC, 0x20D1: 0x21C0, // combining left and right harpoons

0 commit comments

Comments
 (0)