Add \approx as a symbol
This is important because the interactive graph labels use \approx now for polygon sides and it feels really sluggish with MathJax.
This commit is contained in:
parent
62af02bd4e
commit
302f5502ef
|
@ -268,6 +268,7 @@ var copyFuncs = {
|
|||
],
|
||||
"rel": [
|
||||
"rel",
|
||||
"\\approx",
|
||||
"\\geq",
|
||||
"\\gets",
|
||||
"\\leftarrow",
|
||||
|
|
|
@ -419,6 +419,7 @@ var charLookup = {
|
|||
"\\$": "$",
|
||||
"\\%": "%",
|
||||
"\\angle": "\u2220",
|
||||
"\\approx": "\u2248",
|
||||
"\\cdot": "\u22c5",
|
||||
"\\circ": "\u2218",
|
||||
"\\colon": ":",
|
||||
|
|
Loading…
Reference in New Issue
Block a user