Upgraded to MathJax 2.5

This commit is contained in:
benweet 2015-02-02 20:18:30 +00:00
parent 3069667594
commit 4807786559
3 changed files with 3 additions and 5 deletions

View File

@ -185,8 +185,7 @@ gulp.task('cache-manifest', function() {
'./res/bower-libs/MathJax/fonts/HTML-CSS/TeX/woff/**/*.*',
'./res/bower-libs/MathJax/jax/element/**/*.*',
'./res/bower-libs/MathJax/jax/output/HTML-CSS/autoload/**/*.*',
'./res/bower-libs/MathJax/jax/output/HTML-CSS/fonts/TeX/**/*.*',
'./res/bower-libs/MathJax/jax/output/HTML-CSS/fonts/STIX/**/*.*'
'./res/bower-libs/MathJax/jax/output/HTML-CSS/fonts/TeX/**/*.*'
], {
read: false,
cwd: './public'
@ -200,7 +199,7 @@ gulp.task('cache-manifest', function() {
filepath += '?config=TeX-AMS_HTML';
}
else {
filepath += '?rev=2.4-beta-2';
filepath += '?rev=2.5.0';
}
return filepath.substring(1);
}

View File

@ -32,7 +32,7 @@
"js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#c59e2e39d9185e9291f37b73fc596eba5ed33650",
"flowchart": "https://github.com/adrai/flowchart.js.git#751717d3db6437def9a5f8b1cb73e8bb81b5833a",
"monetizejs": "~0.2.0",
"MathJax": "~2.4.0",
"MathJax": "~2.5.0",
"alertify.js": "https://github.com/fabien-d/alertify.js.git#fc2e06fa39873363dda199204b8544119ab060bf"
},
"main": [

View File

@ -3,7 +3,6 @@ MathJax.Hub.Config({
"HTML-CSS": {
preferredFont: "TeX",
availableFonts: [
"STIX",
"TeX"
],
linebreaks: {