mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user