Merge pull request #214 from fkling/misc_symbol

Add \# and \& to AMS misc symbols
This commit is contained in:
Ben Alpert 2015-03-30 10:19:18 -07:00
commit 379b98880d

View File

@ -152,6 +152,16 @@ var symbols = {
}, },
// Misc Symbols // Misc Symbols
"\\#": {
font: "main",
group: "textord",
replace: "\u0023"
},
"\\&": {
font: "main",
group: "textord",
replace: "\u0026"
},
"\\aleph": { "\\aleph": {
font: "main", font: "main",
group: "textord", group: "textord",