Dollar sign

Auditors: emily
This commit is contained in:
Ben Alpert 2013-07-20 18:23:15 -07:00
parent 41ad81d831
commit dd8923deca
2 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@ var colorFuncs = [
var copyFuncs = { var copyFuncs = {
"textord": [ "textord": [
"textord", "textord",
"\\$",
"\\angle", "\\angle",
"\\infty", "\\infty",
"\\prime", "\\prime",

View File

@ -157,6 +157,7 @@ var charLookup = {
"-": "\u2212", "-": "\u2212",
"`": "\u2018", "`": "\u2018",
"\\ ": "\u00a0", "\\ ": "\u00a0",
"\\$": "$",
"\\angle": "\u2220", "\\angle": "\u2220",
"\\cdot": "\u22c5", "\\cdot": "\u22c5",
"\\circ": "\u2218", "\\circ": "\u2218",