Add \triangle

Auditors: emily
This commit is contained in:
Ben Alpert 2013-08-27 18:33:28 -07:00
parent 8a8a9505cb
commit 2efa794fd3
2 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,7 @@ var copyFuncs = {
"\\angle",
"\\infty",
"\\prime",
"\\triangle",
"\\Gamma",
"\\Delta",
"\\Theta",

View File

@ -438,6 +438,7 @@ var charLookup = {
"\\space": "\u00a0",
"\\times": "\u00d7",
"\\to": "\u2192",
"\\triangle": "\u25b3",
"\\alpha": "\u03b1",
"\\beta": "\u03b2",