Add support for \{,d,t}binom

Test Plan: `\binom xy^{\binom xy^{\binom xy}}` looks like something. `\dbinom` and `\tbinom` also seem to work.

Reviewers: emily

Reviewed By: emily

Subscribers: jessie

Differential Revision: http://phabricator.khanacademy.org/D13315
This commit is contained in:
Ben Alpert
2014-10-14 17:01:19 -07:00
parent 10e9b4ec12
commit 006a0a761c
6 changed files with 171 additions and 47 deletions

View File

@@ -11,6 +11,12 @@
"url": "http://localhost:7936/test/huxley/test.html?m=\\dfrac{a}{b}\\frac{a}{b}\\tfrac{a}{b}"
},
{
"name": "BinomTest",
"screenSize": [1024, 768],
"url": "http://localhost:7936/test/huxley/test.html?m=\\dbinom{a}{b}\\tbinom{a}{b}^{\\binom{a}{b}+17}"
},
{
"name": "NestedFractions",
"screenSize": [1024, 768],

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,5 @@
[
{
"action": "screenshot"
}
]