Package: mathjax / 2.7.0-2

Metadata

Package Version Patches format
mathjax 2.7.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_extra_fonts.diff | (download)

unpacked/extensions/MathMenu.js | 8 1 + 7 - 0 !
unpacked/jax/output/HTML-CSS/jax.js | 5 0 + 5 - 0 !
unpacked/jax/output/SVG/jax.js | 3 1 + 2 - 0 !
3 files changed, 2 insertions(+), 14 deletions(-)

 disable extra fonts, we do not ship them at the moment
update_url.diff | (download)

unpacked/config/Safe.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local url in an example in config/safe.js
local_accessibility_menu.diff | (download)

unpacked/extensions/accessibility-menu.js | 185 185 + 0 - 0 !
1 file changed, 185 insertions(+)

 load accessibility-menu.js from local extensions directory
 This extension was loaded from external source, which is considered a privacy
 breach. Instead we can install it and load from a local path.
 .
 This file is copied from MathJax-a11y repository, the changes are:
 - replacing the file path in loadComplete call;
 - using *['default'] instead of *.default to make yui-compressor happy.