Address review comments. #612
This commit is contained in:
parent
d2fed27a29
commit
c1e33446f2
|
@ -107,11 +107,11 @@
|
||||||
"-largeOp": {fonts:[SIZE1,"STIXIntegralsD",NONUNI,GENERAL]},
|
"-largeOp": {fonts:[SIZE1,"STIXIntegralsD",NONUNI,GENERAL]},
|
||||||
"-smallOp": {},
|
"-smallOp": {},
|
||||||
"-tex-caligraphic-bold": {
|
"-tex-caligraphic-bold": {
|
||||||
fonts:["STIXGeneral-bold-italic","STIXNonUnicode-bold-italic","STIXNonUnicode","STIXGeneral","STIXSizeOneSym"],
|
fonts:["STIXGeneral-bold-italic","STIXNonUnicode-bold-italic","STIXNonUnicode","STIXGeneral","STIXSizeOneSym"], bold:true,
|
||||||
offsetA: 0xE247, noLowerCase: 1
|
offsetA: 0xE247, noLowerCase: 1
|
||||||
},
|
},
|
||||||
"-tex-oldstyle-bold": {
|
"-tex-oldstyle-bold": {
|
||||||
fonts:["STIXGeneral-bold","STIXNonUnicode-bold","STIXGeneral","STIXSizeOneSym"], offsetN: 0xE263,
|
fonts:["STIXGeneral-bold","STIXNonUnicode-bold","STIXGeneral","STIXSizeOneSym"], bold:true, offsetN: 0xE263,
|
||||||
remap: {0xE264: 0xE267, 0xE265: 0xE26B, 0xE266: 0xE26F,
|
remap: {0xE264: 0xE267, 0xE265: 0xE26B, 0xE266: 0xE26F,
|
||||||
0xE267: 0xE273, 0xE268: 0xE277, 0xE269: 0xE27B,
|
0xE267: 0xE273, 0xE268: 0xE277, 0xE269: 0xE27B,
|
||||||
0xE26A: 0xE27F, 0xE26B: 0xE283, 0xE26C: 0xE287}
|
0xE26A: 0xE27F, 0xE26B: 0xE283, 0xE26C: 0xE287}
|
||||||
|
|
|
@ -134,9 +134,9 @@
|
||||||
}},
|
}},
|
||||||
"-largeOp": {fonts:[SIZE2,SIZE1,MAIN]},
|
"-largeOp": {fonts:[SIZE2,SIZE1,MAIN]},
|
||||||
"-smallOp": {fonts:[SIZE1,MAIN]},
|
"-smallOp": {fonts:[SIZE1,MAIN]},
|
||||||
"-tex-caligraphic-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"],
|
"-tex-caligraphic-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"], bold:true,
|
||||||
offsetA: 0x41, variantA: "bold-italic"},
|
offsetA: 0x41, variantA: "bold-italic"},
|
||||||
"-tex-oldstyle-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"]}
|
"-tex-oldstyle-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"], bold:true}
|
||||||
},
|
},
|
||||||
|
|
||||||
RANGES: [
|
RANGES: [
|
||||||
|
@ -1906,6 +1906,7 @@
|
||||||
bold: {remap: {0xE2F1: [0x3E,WinChrome]}},
|
bold: {remap: {0xE2F1: [0x3E,WinChrome]}},
|
||||||
italic: {remap: {0x64: [0x64,WinChrome]}},
|
italic: {remap: {0x64: [0x64,WinChrome]}},
|
||||||
"-tex-caligraphic": {remap: {0x54: [0x54,WinChrome]}},
|
"-tex-caligraphic": {remap: {0x54: [0x54,WinChrome]}},
|
||||||
|
"-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,"-WinChrome"]}},
|
||||||
"-largeOp": {remap: {0x2A00: [0x2A00,WinChrome]}},
|
"-largeOp": {remap: {0x2A00: [0x2A00,WinChrome]}},
|
||||||
"-smallOp": {remap: {0x22C3: [0x22C3,WinChrome]}},
|
"-smallOp": {remap: {0x22C3: [0x22C3,WinChrome]}},
|
||||||
"-WinChrome": {fonts:["MathJax_WinChrome"]}
|
"-WinChrome": {fonts:["MathJax_WinChrome"]}
|
||||||
|
@ -1939,16 +1940,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!browser.versionAtLeast("5.0")) {
|
|
||||||
HTMLCSS.Augment({
|
|
||||||
FONTDATA: {
|
|
||||||
VARIANT: {
|
|
||||||
"-tex-caligraphic-bold": {remap: {0x54: [0xE2F0,"-WinChrome"]}}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -132,9 +132,9 @@
|
||||||
}},
|
}},
|
||||||
"-largeOp": {fonts:[SIZE2,SIZE1,MAIN]},
|
"-largeOp": {fonts:[SIZE2,SIZE1,MAIN]},
|
||||||
"-smallOp": {fonts:[SIZE1,MAIN]},
|
"-smallOp": {fonts:[SIZE1,MAIN]},
|
||||||
"-tex-caligraphic-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"],
|
"-tex-caligraphic-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"], bold:true,
|
||||||
offsetA: 0x41, variantA: "bold-italic"},
|
offsetA: 0x41, variantA: "bold-italic"},
|
||||||
"-tex-oldstyle-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"]}
|
"-tex-oldstyle-bold": {fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1"], bold:true}
|
||||||
},
|
},
|
||||||
|
|
||||||
RANGES: [
|
RANGES: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user