Merge pull request #280 from JeffEverett/master

Add two AMS symbols: checkmark and circledR
This commit is contained in:
Kevin Barabash 2015-07-01 07:24:11 -06:00
commit 1ac6b41990

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": {