From 80f20cb1d6a9554cb9d0acfe6cbf4ae442b39f09 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 24 Aug 2015 16:13:43 +0200 Subject: [PATCH] include mathjax extensions that are dynamically loaded Allow to render binomial and other things: Closes ipython/ipython#8754 --- setupbase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupbase.py b/setupbase.py index acd593f37..50f0489a2 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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'),