www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e1fb6e667cdbf773da41c7afae68b256e3c2d86e
parent 91376a4d26febb30cd1250552d0ea340a8830553
Author: Emily Eisenberg <xymostech@gmail.com>
Date:   Tue, 10 Mar 2015 08:37:46 -0700

Merge pull request #176 from janmarthedal/bin-symbols

Make \bigtriangledown, \oplus and others Bin operators (and not Ord)
Diffstat:
Msrc/symbols.js | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/symbols.js b/src/symbols.js @@ -2151,17 +2151,17 @@ var symbols = { }, "\\odot": { font: "main", - group: "textord", + group: "bin", replace: "\u2299" }, "\\oplus": { font: "main", - group: "textord", + group: "bin", replace: "\u2295" }, "\\otimes": { font: "main", - group: "textord", + group: "bin", replace: "\u2297" }, "\\partial":{ @@ -2171,7 +2171,7 @@ var symbols = { }, "\\oslash": { font: "main", - group: "textord", + group: "bin", replace: "\u2298" }, "\\circledcirc": { @@ -2186,37 +2186,37 @@ var symbols = { }, "\\bigtriangleup": { font: "main", - group: "textord", + group: "bin", replace: "\u25b3" }, "\\bigtriangledown": { font: "main", - group: "textord", + group: "bin", replace: "\u25bd" }, "\\dagger": { font: "main", - group: "textord", + group: "bin", replace: "\u2020" }, "\\diamond": { font: "main", - group: "textord", + group: "bin", replace: "\u22c4" }, "\\star": { font: "main", - group: "textord", + group: "bin", replace: "\u22c6" }, "\\triangleleft": { font: "main", - group: "textord", + group: "bin", replace: "\u25c3" }, "\\triangleright": { font: "main", - group: "textord", + group: "bin", replace: "\u25b9" }, "\\{": {