Add \# and \& to AMS misc symbols

Those symbols are listed in
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf, section 3.6
This commit is contained in:
Felix Kling 2015-03-29 12:40:10 -07:00
parent 09f6451b50
commit d9dedeaab8

View File

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