diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-08-10 14:13:35 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-08-10 14:13:35 +0000 |
| commit | 530f92fd1c551386642ae37e20fafe7841066f5a (patch) | |
| tree | 867fe217935cd3952dddc62c4092a37294337973 /docutils/test/functional/expected/math_output_html.html | |
| parent | 37826295d5011ae53d2309753dbe34510f3e357c (diff) | |
| download | docutils-530f92fd1c551386642ae37e20fafe7841066f5a.tar.gz | |
MathML: fixes and additions.
Math accent commands more similar to their LaTeX behaviour.
Additions for HTML export.
Use boolean values for boolean node arguments.
Downcase node arguments before storing.
Use class argument "boldsymbol" for \boldsymbol content.
Alignment of multi line equations similar to AMS-LaTeX "align" environment.
Add space after bracket in "cases" environment, left-align columns.
Fix spacing before "unary" minus.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/math_output_html.html')
| -rw-r--r-- | docutils/test/functional/expected/math_output_html.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/math_output_html.html b/docutils/test/functional/expected/math_output_html.html index b8306a201..252db232d 100644 --- a/docutils/test/functional/expected/math_output_html.html +++ b/docutils/test/functional/expected/math_output_html.html @@ -163,7 +163,7 @@ physical system changes in time.</p> </span> <span class="arrayrow"> <span class="case align-l"> -1 +<span class="phantom"> − </span>1 </span> <span class="case align-l"> <i>x</i> > 0 |
