diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-20 12:19:54 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-20 12:19:54 +0000 |
| commit | 055c30272738a180cde4baa16a7970a01b06731e (patch) | |
| tree | 96bcb8ef0be5a8f80bafb5acf99bd0125a8831e9 /docutils/test/functional/input/data | |
| parent | b64d16949a20ad45b1742e74d3385d3da1ea026a (diff) | |
| download | docutils-055c30272738a180cde4baa16a7970a01b06731e.tar.gz | |
MathML: Implement "cases" environment in latex2mathml.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/math.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docutils/test/functional/input/data/math.txt b/docutils/test/functional/input/data/math.txt index 6966dab5e..fe6e6560b 100644 --- a/docutils/test/functional/input/data/math.txt +++ b/docutils/test/functional/input/data/math.txt @@ -91,17 +91,7 @@ Math split over two lines: If a double backslash is detected outside a s_{\mathrm{out}}(x) & = s_{\mathrm{in}}(x') * s_δ(x-x') \\ & = ∫ s_{\mathrm{in}}(x')s_δ(x-x')\mathrm{d}x' -Cases ("manually", with ``matrix`` environment): - -.. math:: - - \mathrm{sgn}(x) = \left\{\begin{matrix} - -1 & x<0\\ - 1 & x>0 - \end{matrix}\right. - -Cases with the AMSmath_ ``cases`` environment (not (yet) supported by -HTML writers with ``--math-output=MathML``): +Cases with the AMSmath_ ``cases`` environment: .. math:: |
