File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
46
46
// MathJax.isPacked = true; // This line is uncommented by the packer.
47
47
48
48
MathJax . version = "2.5.0" ;
49
- MathJax . fileversion = "2.5.0 " ;
50
- MathJax . cdnVersion = "2.5.0 " ; // specifies a revision to break caching
49
+ MathJax . fileversion = "2.5.1 " ;
50
+ MathJax . cdnVersion = "2.5.1 " ; // 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 37
37
38
38
39
39
MathJax . Extension [ "HTML-CSS/handle-floats" ] = {
40
- version : "2.5.0 "
40
+ version : "2.5.1 "
41
41
} ;
42
42
43
43
//
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
MathJax . Extension [ "TeX/AMSmath" ] = {
28
- version : "2.5.0 " ,
28
+ version : "2.5.1 " ,
29
29
30
30
number : 0 , // current equation number
31
31
startNumber : 0 , // current starting equation number (for when equation is restarted)
Original file line number Diff line number Diff line change 71
71
*/
72
72
73
73
( function ( HUB , HTML ) {
74
- var VERSION = "2.5.0 " ;
74
+ var VERSION = "2.5.1 " ;
75
75
76
76
var CONFIG = HUB . CombineConfig ( "TeX.noErrors" , {
77
77
disabled : false , // set to true to return to original error messages
Original file line number Diff line number Diff line change 62
62
// The configuration defaults, augmented by the user settings
63
63
//
64
64
MathJax . Extension [ "TeX/unicode" ] = {
65
- version : "2.5.0 " ,
65
+ version : "2.5.1 " ,
66
66
unicode : { } ,
67
67
config : MathJax . Hub . CombineConfig ( "TeX.unicode" , {
68
68
fonts : "STIXGeneral,'Arial Unicode MS'"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ MathJax.ElementJax.mml = MathJax.ElementJax({
30
30
mimeType : "jax/mml"
31
31
} , {
32
32
id : "mml" ,
33
- version : "2.5.0 " ,
33
+ version : "2.5.1 " ,
34
34
directory : MathJax . ElementJax . directory + "/mml" ,
35
35
extensionDir : MathJax . ElementJax . extensionDir + "/mml" ,
36
36
optableDir : MathJax . ElementJax . directory + "/mml/optable"
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.1 " ;
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.0 " ,
30
+ version : "2.5.1 " ,
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" ,
Original file line number Diff line number Diff line change 27
27
28
28
MathJax . OutputJax . NativeMML = MathJax . OutputJax ( {
29
29
id : "NativeMML" ,
30
- version : "2.5.0 " ,
30
+ version : "2.5.1 " ,
31
31
directory : MathJax . OutputJax . directory + "/NativeMML" ,
32
32
extensionDir : MathJax . OutputJax . extensionDir + "/NativeMML" ,
33
33
You can’t perform that action at this time.
0 commit comments