Merge pull request #214 from fkling/misc_symbol
Add \# and \& to AMS misc symbols
This commit is contained in:
commit
379b98880d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user