Auditors: eater
This commit is contained in:
Ben Alpert 2014-01-10 11:56:37 -08:00
parent 20994d7351
commit c8ba6a698f
2 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,7 @@ var copyFuncs = {
"\\approx",
"\\geq",
"\\gets",
"\\in",
"\\leftarrow",
"\\leq",
"\\neq",

View File

@ -426,6 +426,7 @@ var charLookup = {
"\\div": "\u00f7",
"\\geq": "\u2265",
"\\gets": "\u2190",
"\\in": "\u2208",
"\\infty": "\u221e",
"\\leftarrow": "\u2190",
"\\leq": "\u2264",