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:
parent
09f6451b50
commit
d9dedeaab8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user