mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
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:
@@ -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],
|
||||
|
BIN
test/huxley/Huxleyfolder/BinomTest.hux/firefox-1.png
Normal file
BIN
test/huxley/Huxleyfolder/BinomTest.hux/firefox-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
5
test/huxley/Huxleyfolder/BinomTest.record.json
Normal file
5
test/huxley/Huxleyfolder/BinomTest.record.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{
|
||||
"action": "screenshot"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user