Skip to content
Snippets Groups Projects
Commit bbeef2dd authored by Goik Martin's avatar Goik Martin
Browse files

Adding MathML test

parent a22ffca1
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<db:chapter version="5.0" xml:id="mixLectureSlides"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:trans="http://docbook.org/ns/transclusion"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
......@@ -72,5 +74,63 @@
</db:callout>
</db:calloutlist>
</db:section>
<db:section xml:id="MathML">
<db:title>Mathematical formulas</db:title>
<db:informalequation>
<m:math display="block">
<m:mrow>
<m:mrow>
<m:munderover>
<m:mo></m:mo>
<m:mrow>
<m:mo>-</m:mo>
<m:mi mathvariant="normal"></m:mi>
</m:mrow>
<m:mrow>
<m:mo>+</m:mo>
<m:mi mathvariant="normal"></m:mi>
</m:mrow>
</m:munderover>
<m:mrow>
<m:msup>
<m:mi>e</m:mi>
<m:mrow>
<m:mo>-</m:mo>
<m:msup>
<m:mi>x</m:mi>
<m:mi>2</m:mi>
</m:msup>
</m:mrow>
</m:msup>
<m:mo></m:mo>
<m:mrow>
<m:mo mathvariant="italic">d</m:mo>
<m:mi>x</m:mi>
</m:mrow>
</m:mrow>
</m:mrow>
<m:mo>=</m:mo>
<m:msqrt>
<m:mi>π</m:mi>
</m:msqrt>
</m:mrow>
</m:math>
</db:informalequation>
</db:section>
</db:section>
</db:chapter>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment