Upgraded to MathJax 2.5
This commit is contained in:
parent
3069667594
commit
4807786559
@ -185,8 +185,7 @@ gulp.task('cache-manifest', function() {
|
|||||||
'./res/bower-libs/MathJax/fonts/HTML-CSS/TeX/woff/**/*.*',
|
'./res/bower-libs/MathJax/fonts/HTML-CSS/TeX/woff/**/*.*',
|
||||||
'./res/bower-libs/MathJax/jax/element/**/*.*',
|
'./res/bower-libs/MathJax/jax/element/**/*.*',
|
||||||
'./res/bower-libs/MathJax/jax/output/HTML-CSS/autoload/**/*.*',
|
'./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/TeX/**/*.*'
|
||||||
'./res/bower-libs/MathJax/jax/output/HTML-CSS/fonts/STIX/**/*.*'
|
|
||||||
], {
|
], {
|
||||||
read: false,
|
read: false,
|
||||||
cwd: './public'
|
cwd: './public'
|
||||||
@ -200,7 +199,7 @@ gulp.task('cache-manifest', function() {
|
|||||||
filepath += '?config=TeX-AMS_HTML';
|
filepath += '?config=TeX-AMS_HTML';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
filepath += '?rev=2.4-beta-2';
|
filepath += '?rev=2.5.0';
|
||||||
}
|
}
|
||||||
return filepath.substring(1);
|
return filepath.substring(1);
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#c59e2e39d9185e9291f37b73fc596eba5ed33650",
|
"js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#c59e2e39d9185e9291f37b73fc596eba5ed33650",
|
||||||
"flowchart": "https://github.com/adrai/flowchart.js.git#751717d3db6437def9a5f8b1cb73e8bb81b5833a",
|
"flowchart": "https://github.com/adrai/flowchart.js.git#751717d3db6437def9a5f8b1cb73e8bb81b5833a",
|
||||||
"monetizejs": "~0.2.0",
|
"monetizejs": "~0.2.0",
|
||||||
"MathJax": "~2.4.0",
|
"MathJax": "~2.5.0",
|
||||||
"alertify.js": "https://github.com/fabien-d/alertify.js.git#fc2e06fa39873363dda199204b8544119ab060bf"
|
"alertify.js": "https://github.com/fabien-d/alertify.js.git#fc2e06fa39873363dda199204b8544119ab060bf"
|
||||||
},
|
},
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -3,7 +3,6 @@ MathJax.Hub.Config({
|
|||||||
"HTML-CSS": {
|
"HTML-CSS": {
|
||||||
preferredFont: "TeX",
|
preferredFont: "TeX",
|
||||||
availableFonts: [
|
availableFonts: [
|
||||||
"STIX",
|
|
||||||
"TeX"
|
"TeX"
|
||||||
],
|
],
|
||||||
linebreaks: {
|
linebreaks: {
|
||||||
|
Loading…
Reference in New Issue
Block a user