summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorrbuj <[email protected]>2018-10-02 13:10:08 +0200
committerraveit65 <[email protected]>2018-10-03 14:10:28 +0200
commitd7441b177f2882779c735e2c8be7e6747b24997b (patch)
tree2e630c1d026a02acdc60d53f30e92a13ee439aa0 /help
parent969bb0b51a86b24dfd6f20f282152e00042fa960 (diff)
downloadmate-calc-d7441b177f2882779c735e2c8be7e6747b24997b.tar.bz2
mate-calc-d7441b177f2882779c735e2c8be7e6747b24997b.tar.xz
Write equation using MathML
Diffstat (limited to 'help')
-rw-r--r--help/C/superscript.page19
1 files changed, 18 insertions, 1 deletions
diff --git a/help/C/superscript.page b/help/C/superscript.page
index e57a818..94acb61 100644
--- a/help/C/superscript.page
+++ b/help/C/superscript.page
@@ -15,7 +15,24 @@
</p>
<example>
<p>
- x³+2x²−5
+ <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="x³+2x²−5">
+ <mrow>
+ <msup>
+ <mi>x</mi>
+ <mn>3</mn>
+ </msup>
+ <mo>+</mo>
+ <mrow>
+ <mn>2</mn>
+ <msup>
+ <mi>x</mi>
+ <mn>2</mn>
+ </msup>
+ </mrow>
+ <mo>-</mo>
+ <mn>5</mn>
+ </mrow>
+ </math>
</p>
</example>
<p>