mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Merge pull request #324 from Carreau/bundle-mj-extes
include mathjax extensions that are dynamically loaded
This commit is contained in:
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…
Reference in New Issue
Block a user