summaryrefslogtreecommitdiff
path: root/sandbox/jensj/latex_math/test/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/jensj/latex_math/test/test.txt')
-rw-r--r--sandbox/jensj/latex_math/test/test.txt51
1 files changed, 0 insertions, 51 deletions
diff --git a/sandbox/jensj/latex_math/test/test.txt b/sandbox/jensj/latex_math/test/test.txt
deleted file mode 100644
index 0fc7674f8..000000000
--- a/sandbox/jensj/latex_math/test/test.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Testing MathML
---------------
-
-Inline math: :latex-math:`\sin(x_n^2)`. And displayed math:
-
-.. latex-math::
-
- f(\epsilon) = \frac{1}{1 + \exp\left(\frac{\varepsilon}{k_\text{B}T}\right)}
-
-.. latex-math::
-
- N = \frac{\text{number of apples}}{7}
-
-.. latex-math::
-
- \mathbf{M} = \left(\begin{matrix}a&b\\c&d\end{matrix}\right)
-
-We have :latex-math:`|\mathbf{M}| = ad - bc`.
-
-.. latex-math::
-
- \int_0^1 x^n dx = \frac{1}{n + 1}
-
-.. latex-math::
-
- \sum_{n=1}^m n = \frac{m(m+1)}{2}
-
-* tilde: :latex-math:`\tilde{n}`
-* hat: :latex-math:`\hat{H}`
-* bar: :latex-math:`\bar{v}`
-
-Quantum mechanics:
-
-.. latex-math::
-
- -\frac{1}{2}\nabla^2 \psi + v \psi = \varepsilon \psi
-
-Math split over two lines:
-
-.. latex-math::
-
- g(\alpha) = & (1 + \alpha + \alpha^2 + \alpha^3 + \alpha^4\\
- & + \alpha^5)
-
-.. latex-math::
-
- f(x) = \left\{
- \begin{matrix}
- 1 - x, & x < 1 \\
- 0, & x > 1
- \end{matrix}\right.