We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fb39b commit 006b842Copy full SHA for 006b842
fonts/OTF/TeX/makeFF
@@ -1517,11 +1517,12 @@ $map{cmtt10} = {
1517
0x15 => [0x306,-525,0], # \breve (combining)
1518
0x16 => [0x304,-525,0], # \bar (combining)
1519
0x17 => [0x30A,-525,0], # ring above (combining)
1520
+ 0x20 => 0x2423, # graphic representation of space
1521
1522
[0x21,0x7F] => 0x21,
1523
- 0x27 => 2018, # left quote
1524
- 0x60 => 2019, # right quote
+ 0x27 => 0x2018, # left quote
1525
+ 0x60 => 0x2019, # right quote
1526
0x5E => [0x302,-525,0], # \hat (combining)
1527
0x7E => [0x303,-525,0], # \tilde (combining)
1528
0x7F => [0x308,-525,0], # \ddot (combining)
0 commit comments