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",
|
||||
replace: "\u24c8"
|
||||
},
|
||||
"\\circledR": {
|
||||
font: "ams",
|
||||
group: "textord",
|
||||
replace: "\u00ae"
|
||||
},
|
||||
"\\measuredangle": {
|
||||
font: "ams",
|
||||
group: "textord",
|
||||
|
@ -876,6 +881,11 @@ var symbols = {
|
|||
group: "textord",
|
||||
replace: "\u00a5"
|
||||
},
|
||||
"\\checkmark": {
|
||||
font: "ams",
|
||||
group: "textord",
|
||||
replace: "\u2713"
|
||||
},
|
||||
|
||||
// AMS Hebrew
|
||||
"\\beth": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user