include mathjax extensions that are dynamically loaded

Allow to render binomial and other things:

Closes ipython/ipython#8754
Matthias Bussonnier 11 years ago
parent 2a4d70c3a2
commit 80f20cb1d6

@ -157,6 +157,7 @@ def find_package_data():
for tree in [
mj('localization'), # limit to en?
mj('fonts', 'HTML-CSS', 'STIX-Web', 'woff'),
mj('extensions', 'TeX'),
mj('jax', 'input', 'TeX'),
mj('jax', 'output', 'HTML-CSS', 'autoload'),
mj('jax', 'output', 'HTML-CSS', 'fonts', 'STIX-Web'),

Loading…
Cancel
Save