summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-05-20 12:20:54 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-05-20 12:20:54 +0000
commitf4dcad5704dc25dc4fbead0a911b0ed32bbc0e72 (patch)
tree6715d6eaec469db1299a4f87a831c6c0a82632cf /docutils/test/functional/expected
parentb6f06f7d80fde1984a3eb39d5182da0d776977f9 (diff)
downloaddocutils-f4dcad5704dc25dc4fbead0a911b0ed32bbc0e72.tar.gz
MathML: Use <mi> for captial Greek letters.
Use ``<mi>`` (letters are identifiers) and set upright with 'mathvariant="normal"'. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8743 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
-rw-r--r--docutils/test/functional/expected/math_output_mathml.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/math_output_mathml.html b/docutils/test/functional/expected/math_output_mathml.html
index 0d292669e..41d8aeb96 100644
--- a/docutils/test/functional/expected/math_output_mathml.html
+++ b/docutils/test/functional/expected/math_output_mathml.html
@@ -217,14 +217,14 @@ directives:</p>
<mo>∂</mo><mi>t</mi>
</mrow>
</mfrac>
- <mo>Ψ</mo><mo>=</mo>
+ <mi mathvariant="normal">Ψ</mi><mo>=</mo>
<mover>
<mrow>
<mi>H</mi>
</mrow>
<mo>^</mo>
</mover>
- <mo>Ψ</mo><mo>,</mo>
+ <mi mathvariant="normal">Ψ</mi><mo>,</mo>
</mtd>
</mtr>
</mtable>
@@ -232,7 +232,7 @@ directives:</p>
</div>
<p>with the <em>wave function</em> <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
- <mo>Ψ</mo>
+ <mi mathvariant="normal">Ψ</mi>
</mrow>
</math>, describes how the quantum state of a
physical system changes in time.</p>