File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
45
45
46
46
// MathJax.isPacked = true; // This line is uncommented by the packer.
47
47
48
- MathJax . version = "2.5.1 " ;
49
- MathJax . fileversion = "2.5.1 " ;
50
- MathJax . cdnVersion = "2.5.1 " ; // specifies a revision to break caching
48
+ MathJax . version = "2.5.2 " ;
49
+ MathJax . fileversion = "2.5.2 " ;
50
+ MathJax . cdnVersion = "2.5.2 " ; // specifies a revision to break caching
51
51
MathJax . cdnFileVersions = { } ; // can be used to specify revisions for individual files
52
52
53
53
/**********************************************************/
Original file line number Diff line number Diff line change 31
31
var SETTINGS = HUB . config . menuSettings ;
32
32
33
33
var CHTMLpreview = MathJax . Extension [ "CHTML-preview" ] = {
34
- version : "2.5.0 " ,
34
+ version : "2.5.2 " ,
35
35
36
36
//
37
37
// Configuration for the chunking of the main output
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
MathJax . Hub . Register . StartupHook ( "TeX Jax Ready" , function ( ) {
28
- var VERSION = "2.5.0 " ;
28
+ var VERSION = "2.5.2 " ;
29
29
30
30
var MML = MathJax . ElementJax . mml ;
31
31
var TEX = MathJax . InputJax . TeX ;
Original file line number Diff line number Diff line change 27
27
28
28
MathJax . InputJax . TeX = MathJax . InputJax ( {
29
29
id : "TeX" ,
30
- version : "2.5.0 " ,
30
+ version : "2.5.2 " ,
31
31
directory : MathJax . InputJax . directory + "/TeX" ,
32
32
extensionDir : MathJax . InputJax . extensionDir + "/TeX" ,
33
33
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
MathJax . Hub . Register . StartupHook ( "HTML-CSS Jax Ready" , function ( ) {
28
- var VERSION = "2.5.0 " ;
28
+ var VERSION = "2.5.2 " ;
29
29
var MML = MathJax . ElementJax . mml ,
30
30
HTMLCSS = MathJax . OutputJax [ "HTML-CSS" ] ;
31
31
Original file line number Diff line number Diff line change 27
27
28
28
MathJax . OutputJax [ "HTML-CSS" ] = MathJax . OutputJax ( {
29
29
id : "HTML-CSS" ,
30
- version : "2.5.1 " ,
30
+ version : "2.5.2 " ,
31
31
directory : MathJax . OutputJax . directory + "/HTML-CSS" ,
32
32
extensionDir : MathJax . OutputJax . extensionDir + "/HTML-CSS" ,
33
33
autoloadDir : MathJax . OutputJax . directory + "/HTML-CSS/autoload" ,
You can’t perform that action at this time.
0 commit comments