From 055c30272738a180cde4baa16a7970a01b06731e Mon Sep 17 00:00:00 2001 From: milde Date: Thu, 20 May 2021 12:19:54 +0000 Subject: MathML: Implement "cases" environment in latex2mathml. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- .../test/functional/expected/math_output_html.html | 34 +--------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'docutils/test/functional/expected/math_output_html.html') diff --git a/docutils/test/functional/expected/math_output_html.html b/docutils/test/functional/expected/math_output_html.html index 78d7cb559..5ca29f7a5 100644 --- a/docutils/test/functional/expected/math_output_html.html +++ b/docutils/test/functional/expected/math_output_html.html @@ -140,39 +140,7 @@ physical system changes in time.

-

Cases ("manually", with matrix environment):

-
-sgn(x) =  - - − 1 - - -x < 0 - - - - - -  - - -  - - - - - -1 - - -x > 0 - - - - -
-

Cases with the AMSmath cases environment (not (yet) supported by -HTML writers with --math-output=MathML):

+

Cases with the AMSmath cases environment:

sgn(x) =  -- cgit v1.2.1