Add \le, \ge, \ne symbols

Auditors: eater
This commit is contained in:
Ben Alpert
2014-01-13 13:37:09 -08:00
parent c8ba6a698f
commit 330b1f5873
2 changed files with 6 additions and 0 deletions

View File

@@ -269,11 +269,14 @@ var copyFuncs = {
"rel": [ "rel": [
"rel", "rel",
"\\approx", "\\approx",
"\\ge",
"\\geq", "\\geq",
"\\gets", "\\gets",
"\\in", "\\in",
"\\leftarrow", "\\leftarrow",
"\\le",
"\\leq", "\\leq",
"\\ne",
"\\neq", "\\neq",
"\\rightarrow", "\\rightarrow",
"\\to" "\\to"

View File

@@ -424,13 +424,16 @@ var charLookup = {
"\\circ": "\u2218", "\\circ": "\u2218",
"\\colon": ":", "\\colon": ":",
"\\div": "\u00f7", "\\div": "\u00f7",
"\\ge": "\u2265",
"\\geq": "\u2265", "\\geq": "\u2265",
"\\gets": "\u2190", "\\gets": "\u2190",
"\\in": "\u2208", "\\in": "\u2208",
"\\infty": "\u221e", "\\infty": "\u221e",
"\\leftarrow": "\u2190", "\\leftarrow": "\u2190",
"\\le": "\u2264",
"\\leq": "\u2264", "\\leq": "\u2264",
"\\lvert": "|", "\\lvert": "|",
"\\ne": "\u2260",
"\\neq": "\u2260", "\\neq": "\u2260",
"\\ngeq": "\u2271", "\\ngeq": "\u2271",
"\\nleq": "\u2270", "\\nleq": "\u2270",