Merge pull request #280 from JeffEverett/master
Add two AMS symbols: checkmark and circledR
This commit is contained in:
commit
1ac6b41990
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user