Add two AMS symbols: checkmark and circledR

This commit is contained in:
Jeff Everett 2015-07-01 01:56:43 -06:00
parent 41e3fa6659
commit eaf89dd45d

View File

@ -771,6 +771,11 @@ var symbols = {
group: "textord", group: "textord",
replace: "\u24c8" replace: "\u24c8"
}, },
"\\circledR": {
font: "ams",
group: "textord",
replace: "\u00ae"
},
"\\measuredangle": { "\\measuredangle": {
font: "ams", font: "ams",
group: "textord", group: "textord",
@ -876,6 +881,11 @@ var symbols = {
group: "textord", group: "textord",
replace: "\u00a5" replace: "\u00a5"
}, },
"\\checkmark": {
font: "ams",
group: "textord",
replace: "\u2713"
},
// AMS Hebrew // AMS Hebrew
"\\beth": { "\\beth": {