Merge pull request #324 from Carreau/bundle-mj-extes

include mathjax extensions that are dynamically loaded
pull/327/head
Min RK 11 years ago
commit 0d68bbb1af

@ -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