Skip to content

Commit 6d8ce8d

Browse files
committed
Update copyright and versions to 2.7.6
1 parent 0ef9820 commit 6d8ce8d

File tree

1,266 files changed

+2030
-2071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,266 files changed

+2030
-2071
lines changed

extensions/TeX/mhchem3/mhchem.js

Lines changed: 266 additions & 307 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
55
"keywords": [
66
"math",

test/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>MathJax Example Page</title>
5-
<!-- Copyright (c) 2012-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2012-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

test/index-images.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>MathJax Test Page</title>
5-
<!-- Copyright (c) 2009-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2009-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>MathJax Test Page</title>
5-
<!-- Copyright (c) 2009-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2009-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

test/localization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Localization</title>
5-
<!-- Copyright (c) 2013-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2013-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

test/sample-all-at-once.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Wait Until MathJax is Finished Before Showing Page</title>
5-
<!-- Copyright (c) 2012-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2012-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

test/sample-asciimath.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>MathJax AsciiMath Test Page</title>
5-
<!-- Copyright (c) 2012-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2012-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

test/sample-autoload.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Example of defining a macro that autoloads an extension</title>
5-
<!-- Copyright (c) 2012-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2012-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

test/sample-dynamic-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Dynamic Preview of Textarea with MathJax Content</title>
5-
<!-- Copyright (c) 2012-2018 The MathJax Consortium -->
5+
<!-- Copyright (c) 2012-2019 The MathJax Consortium -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)