mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 22:18:41 +00:00
Merge pull request #214 from fkling/misc_symbol
Add \# and \& to AMS misc symbols
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