Bump version numbers for updated files
This commit is contained in:
parent
fe0d977494
commit
f87cb5cf42
|
@ -46,8 +46,8 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
|
||||||
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
||||||
|
|
||||||
MathJax.version = "2.5.0";
|
MathJax.version = "2.5.0";
|
||||||
MathJax.fileversion = "2.5.0";
|
MathJax.fileversion = "2.5.1";
|
||||||
MathJax.cdnVersion = "2.5.0"; // specifies a revision to break caching
|
MathJax.cdnVersion = "2.5.1"; // specifies a revision to break caching
|
||||||
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
MathJax.Extension["HTML-CSS/handle-floats"] = {
|
MathJax.Extension["HTML-CSS/handle-floats"] = {
|
||||||
version: "2.5.0"
|
version: "2.5.1"
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MathJax.Extension["TeX/AMSmath"] = {
|
MathJax.Extension["TeX/AMSmath"] = {
|
||||||
version: "2.5.0",
|
version: "2.5.1",
|
||||||
|
|
||||||
number: 0, // current equation number
|
number: 0, // current equation number
|
||||||
startNumber: 0, // current starting equation number (for when equation is restarted)
|
startNumber: 0, // current starting equation number (for when equation is restarted)
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function (HUB,HTML) {
|
(function (HUB,HTML) {
|
||||||
var VERSION = "2.5.0";
|
var VERSION = "2.5.1";
|
||||||
|
|
||||||
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
|
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
|
||||||
disabled: false, // set to true to return to original error messages
|
disabled: false, // set to true to return to original error messages
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
// The configuration defaults, augmented by the user settings
|
// The configuration defaults, augmented by the user settings
|
||||||
//
|
//
|
||||||
MathJax.Extension["TeX/unicode"] = {
|
MathJax.Extension["TeX/unicode"] = {
|
||||||
version: "2.5.0",
|
version: "2.5.1",
|
||||||
unicode: {},
|
unicode: {},
|
||||||
config: MathJax.Hub.CombineConfig("TeX.unicode",{
|
config: MathJax.Hub.CombineConfig("TeX.unicode",{
|
||||||
fonts: "STIXGeneral,'Arial Unicode MS'"
|
fonts: "STIXGeneral,'Arial Unicode MS'"
|
||||||
|
|
|
@ -30,7 +30,7 @@ MathJax.ElementJax.mml = MathJax.ElementJax({
|
||||||
mimeType: "jax/mml"
|
mimeType: "jax/mml"
|
||||||
},{
|
},{
|
||||||
id: "mml",
|
id: "mml",
|
||||||
version: "2.5.0",
|
version: "2.5.1",
|
||||||
directory: MathJax.ElementJax.directory + "/mml",
|
directory: MathJax.ElementJax.directory + "/mml",
|
||||||
extensionDir: MathJax.ElementJax.extensionDir + "/mml",
|
extensionDir: MathJax.ElementJax.extensionDir + "/mml",
|
||||||
optableDir: MathJax.ElementJax.directory + "/mml/optable"
|
optableDir: MathJax.ElementJax.directory + "/mml/optable"
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
||||||
var VERSION = "2.5.0";
|
var VERSION = "2.5.1";
|
||||||
var MML = MathJax.ElementJax.mml,
|
var MML = MathJax.ElementJax.mml,
|
||||||
HTMLCSS = MathJax.OutputJax["HTML-CSS"];
|
HTMLCSS = MathJax.OutputJax["HTML-CSS"];
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
|
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
|
||||||
id: "HTML-CSS",
|
id: "HTML-CSS",
|
||||||
version: "2.5.0",
|
version: "2.5.1",
|
||||||
directory: MathJax.OutputJax.directory + "/HTML-CSS",
|
directory: MathJax.OutputJax.directory + "/HTML-CSS",
|
||||||
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
|
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
|
||||||
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",
|
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
|
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
|
||||||
id: "NativeMML",
|
id: "NativeMML",
|
||||||
version: "2.5.0",
|
version: "2.5.1",
|
||||||
directory: MathJax.OutputJax.directory + "/NativeMML",
|
directory: MathJax.OutputJax.directory + "/NativeMML",
|
||||||
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
|
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user