Update to current configuration approach, and general clean up
This commit is contained in:
parent
83de1163c3
commit
cf329906de
|
@ -1,19 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>MathJax MathML Test Page</title>
|
<title>MathJax MathML Test Page</title>
|
||||||
<!-- Copyright (c) 2010 Design Science, Inc. -->
|
<!-- Copyright (c) 2010-2011 Design Science, Inc. -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||||
|
|
||||||
|
<script type="text/javascript" src="../MathJax.js?config=MML_HTMLorMML"></script>
|
||||||
|
|
||||||
<script src="../MathJax.js">
|
|
||||||
MathJax.Hub.Config({
|
|
||||||
extensions: ["mml2jax.js"],
|
|
||||||
jax: ["input/MathML","output/HTML-CSS"]
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<p>
|
||||||
When <math><mi>a</mi><mo>≠</mo><mn>0</mn></math>,
|
When <math><mi>a</mi><mo>≠</mo><mn>0</mn></math>,
|
||||||
there are two solutions to <math>
|
there are two solutions to <math>
|
||||||
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup>
|
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup>
|
||||||
|
@ -39,6 +37,7 @@ there are two solutions to <math>
|
||||||
</mrow>
|
</mrow>
|
||||||
<mtext>.</mtext>
|
<mtext>.</mtext>
|
||||||
</math>
|
</math>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>MathJax Signals Test Page</title>
|
<title>MathJax Signals Test Page</title>
|
||||||
<!-- Copyright (c) 2010 Design Science, Inc. -->
|
<!-- Copyright (c) 2010-2011 Design Science, Inc. -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
| This example shows how to use MathJax's signal mechanism to find out
|
| This example shows how to use MathJax's signal mechanism to find out
|
||||||
|
@ -11,7 +12,7 @@
|
||||||
| occur.
|
| occur.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script src="../MathJax.js">
|
<script type="text/x-mathjax-config">
|
||||||
|
|
||||||
//
|
//
|
||||||
// Configure MathJax
|
// Configure MathJax
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
MathJax.Hub.Queue(function () {Message("*** MathJax is done ***")});
|
MathJax.Hub.Queue(function () {Message("*** MathJax is done ***")});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<script type="text/javascript" src="../MathJax.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.output {
|
.output {
|
||||||
|
@ -61,19 +63,26 @@
|
||||||
padding: 3px 1em;
|
padding: 3px 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<p>
|
||||||
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
||||||
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
Messages about mathematics:
|
Messages about mathematics:
|
||||||
<pre id="MathMessages" class="output">
|
<pre id="MathMessages" class="output">
|
||||||
</pre>
|
</pre>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
All Messages:
|
All Messages:
|
||||||
<pre id="AllMessages" class="output">
|
<pre id="AllMessages" class="output">
|
||||||
</pre>
|
</pre>
|
||||||
|
</p>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
|
|
|
@ -1,22 +1,25 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>MathJax TeX Test Page</title>
|
<title>MathJax TeX Test Page</title>
|
||||||
<!-- Copyright (c) 2010 Design Science, Inc. -->
|
<!-- Copyright (c) 2010-2011 Design Science, Inc. -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||||
|
|
||||||
<script src="../MathJax.js">
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({
|
MathJax.Hub.Config({
|
||||||
extensions: ["tex2jax.js"],
|
|
||||||
jax: ["input/TeX","output/HTML-CSS"],
|
|
||||||
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
|
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script type="text/javascript" src="../MathJax.js?config=TeX-AMS_HTML-full"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
<p>
|
||||||
|
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
||||||
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,22 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>MathJax TeX input with MathML output Test Page</title>
|
<title>MathJax TeX or MathML input with MathML or HTML/CSS output Test Page</title>
|
||||||
<!-- Copyright (c) 2010 Design Science, Inc. -->
|
<!-- Copyright (c) 2010-2011 Design Science, Inc. -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
||||||
|
|
||||||
|
<script type="text/javascript" src="../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||||
|
|
||||||
<script src="../MathJax.js">
|
|
||||||
MathJax.Hub.Config({
|
|
||||||
config: ["MMLorHTML.js"],
|
|
||||||
extensions: ["tex2jax.js"],
|
|
||||||
jax: ["input/TeX"],
|
|
||||||
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
||||||
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user