Add \langle and \rangle

Auditors: alex
This commit is contained in:
Ben Alpert 2014-01-16 22:32:24 -08:00
parent 99e7710020
commit fe346f56ca
2 changed files with 4 additions and 0 deletions

View File

@ -260,10 +260,12 @@ var copyFuncs = {
],
"open": [
"open",
"\\langle",
"\\lvert"
],
"close": [
"close",
"\\rangle",
"\\rvert"
],
"rel": [

View File

@ -429,6 +429,7 @@ var charLookup = {
"\\gets": "\u2190",
"\\in": "\u2208",
"\\infty": "\u221e",
"\\langle": "\u27e8",
"\\leftarrow": "\u2190",
"\\le": "\u2264",
"\\leq": "\u2264",
@ -439,6 +440,7 @@ var charLookup = {
"\\nleq": "\u2270",
"\\pm": "\u00b1",
"\\prime": "\u2032",
"\\rangle": "\u27e9",
"\\rightarrow": "\u2192",
"\\rvert": "|",
"\\space": "\u00a0",