diff --git a/test-files/sample-mml.html b/test-files/sample-mml.html deleted file mode 100644 index 78eb0bc6..00000000 --- a/test-files/sample-mml.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - -MathJax | MathML Samples - - - - - - - -
- -
-
-
- - -
-

MathML Samples

- -
-

This page contains sample equations represented by MathML markup. The page has been configured to always use HTML-CSS mode with web fonts to display the equations, which produces uniform layout and typesetting across browsers.

- -
The Quadratic Formula
- -x=b±b24ac2a - -
Cauchy's Integral Formula
- - - - f - - ( - a - ) - - = - - 1 - - 2 - π - i - - - - - - γ - - - - - f - ( - z - ) - - - z - - a - - - d - z - - - -
Double angle formula for Cosines
- -cos(θ+φ)=cos(θ)cos(φ)sin(θ)sin(φ) - -
Gauss' Divergence Theorem
- -D(∇⋅F)dV=DFndS - -
Curl of a Vector Field
- -×F=(FzyFyz)i+(FxzFzx)j+(FyxFxy)k - -
Standard Deviation
- -σ=1Ni=1N(xiμ)2. - -
Definition of Christoffel Symbols
- -(XY)k=Xi(iY)k=Xi(Ykxi+ΓimkYm)
-
- - -
- - - - -
- - -
-
- - - -
- -
- - - diff --git a/test-files/sample-tex.html b/test-files/sample-tex.html deleted file mode 100644 index ac10938c..00000000 --- a/test-files/sample-tex.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - -MathJax | TeX Samples - - - - - - - -
-
-
-
- - -
-

TeX Samples

- -
- -

The following equations are represented in the HTML source code as LaTeX expressions.

- -
The Lorenz Equations
- -\[\begin{aligned} -\dot{x} & = \sigma(y-x) \\ -\dot{y} & = \rho x - y - xz \\ -\dot{z} & = -\beta z + xy -\end{aligned} \] - -
The Cauchy-Schwarz Inequality
- -\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] - -
A Cross Product Formula
- -\[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} -\mathbf{i} & \mathbf{j} & \mathbf{k} \\ -\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\ -\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 -\end{vmatrix} \] - -
The probability of getting \(k\) heads when flipping \(n\) coins is
- -\[P(E) = {n \choose k} p^k (1-p)^{ n-k} \] - -
An Identity of Ramanujan
- -\[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = -1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} -{1+\frac{e^{-8\pi}} {1+\ldots} } } } \] - -
A Rogers-Ramanujan Identity
- -\[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = -\prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, -\quad\quad \text{for $|q|<1$}. \] - -
Maxwell’s Equations
- -\[ \begin{aligned} -\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ -\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ -\nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} -\] - -

Finally, while display equations look good for a page of samples, the ability to mix math and text in a paragraph is also important. This expression \(\sqrt{3x-1}+(1+x)^2\) is an example of an inline equation. As you see, MathJax equations can be used this way as well, without unduly disturbing the spacing between lines.

-
- - -
- - - - -
- - -
-
- - - -
- -
- - - - diff --git a/test-files/test-am.html b/test-files/test-am.html deleted file mode 100644 index 40953550..00000000 --- a/test-files/test-am.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -This is the title - - -

Math: `x`.

-

-More Math: -

`x/y`
- - diff --git a/test-files/test-mml.html b/test-files/test-mml.html deleted file mode 100644 index df0f258e..00000000 --- a/test-files/test-mml.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -This is the title - - -

Math: x.

-

-More Math: xy - - diff --git a/test-files/test-mml2.html b/test-files/test-mml2.html deleted file mode 100644 index 0725e692..00000000 --- a/test-files/test-mml2.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -This is the title - - -

Math: x.

-

-More Math: xy - - diff --git a/test-files/test-tex.html b/test-files/test-tex.html deleted file mode 100644 index bd86be18..00000000 --- a/test-files/test-tex.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -This is the title - - -

Math: $x$.

-

-More Math: $$x\over y$$ - - diff --git a/test-files/tex-filter.txt b/test-files/tex-filter.txt deleted file mode 100644 index a80672b8..00000000 --- a/test-files/tex-filter.txt +++ /dev/null @@ -1,6 +0,0 @@ -x+1 - -x+1\over x-1 - -$x+1\over x-1$ -