diff options
Diffstat (limited to 'contrib/mathml')
-rw-r--r-- | contrib/mathml/build.xml | 6 | ||||
-rw-r--r-- | contrib/mathml/docs/example.mml | 124 |
2 files changed, 65 insertions, 65 deletions
diff --git a/contrib/mathml/build.xml b/contrib/mathml/build.xml index 675a7843a..78e84b514 100644 --- a/contrib/mathml/build.xml +++ b/contrib/mathml/build.xml @@ -17,7 +17,7 @@ <include name="*.jar"/> </fileset> </path> - + <!-- =================================================================== --> <!-- Initialization target --> <!-- =================================================================== --> @@ -81,7 +81,7 @@ <target name="prepare-src" depends="prepare"> <!-- copy src files --> <copy todir="${build.src}"> - <fileset dir="${src.dir}" + <fileset dir="${src.dir}" excludes="**/Makefile*, **/package.html"/> </copy> <copy todir="${build.dest}/"> @@ -119,7 +119,7 @@ <jar jarfile="${build.dir}/${name}.jar" basedir="${build.dest}" includes="**"> - <manifest> + <manifest> <attribute name="Implementation-Title" value="${Name}"/> <attribute name="Implementation-Version" value="${version}"/> <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/> diff --git a/contrib/mathml/docs/example.mml b/contrib/mathml/docs/example.mml index 9dfa1a3bf..0f04968c2 100644 --- a/contrib/mathml/docs/example.mml +++ b/contrib/mathml/docs/example.mml @@ -1,63 +1,63 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display"> - <mrow> - <mo stretchy="false">{</mo> - <munder> - <mrow> - <mover> - <mrow> - <mpadded width="0"/> - <!--mpadded width="0">(</mpadded--> - <!-- \mathstrut -ugly hack a la TeX --> - <mi>a</mi> - <mo>,</mo> - <mo>...</mo> - <mo>,</mo> - <mi>a</mi> - </mrow> - <mover> - <mo>︷</mo> - <mrow> - <mi>k</mi> - <mtext> </mtext> - <mi>a</mi> - <mtext>'s</mtext> - </mrow> - </mover> - </mover> - <mo>,</mo> - <mover> - <mrow> - <mpadded/> - <!--mpadded width="0">(</mpadded--> - <!-- \mathstrut -ugly hack a la TeX --> - <mi>b</mi> - <mo>,</mo> - <mo>...</mo> - <mo>,</mo> - <mi>b</mi> - </mrow> - <mover> - <mo>︷</mo> - <mrow> - <mi>ℓ</mi> - <mtext> </mtext> - <mi>b</mi> - <mtext>'s</mtext> - </mrow> - </mover> - </mover> - </mrow> - <munder> - <mo>︸</mo> - <mrow> - <mi>k</mi> - <mo>+</mo> - <mi>ℓ</mi> - <mtext> elements</mtext> - </mrow> - </munder> - </munder> - <mo stretchy="false">}</mo> - </mrow> - </math> + <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display"> + <mrow> + <mo stretchy="false">{</mo> + <munder> + <mrow> + <mover> + <mrow> + <mpadded width="0"/> + <!--mpadded width="0">(</mpadded--> + <!-- \mathstrut -ugly hack a la TeX --> + <mi>a</mi> + <mo>,</mo> + <mo>...</mo> + <mo>,</mo> + <mi>a</mi> + </mrow> + <mover> + <mo>︷</mo> + <mrow> + <mi>k</mi> + <mtext> </mtext> + <mi>a</mi> + <mtext>'s</mtext> + </mrow> + </mover> + </mover> + <mo>,</mo> + <mover> + <mrow> + <mpadded/> + <!--mpadded width="0">(</mpadded--> + <!-- \mathstrut -ugly hack a la TeX --> + <mi>b</mi> + <mo>,</mo> + <mo>...</mo> + <mo>,</mo> + <mi>b</mi> + </mrow> + <mover> + <mo>︷</mo> + <mrow> + <mi>ℓ</mi> + <mtext> </mtext> + <mi>b</mi> + <mtext>'s</mtext> + </mrow> + </mover> + </mover> + </mrow> + <munder> + <mo>︸</mo> + <mrow> + <mi>k</mi> + <mo>+</mo> + <mi>ℓ</mi> + <mtext> elements</mtext> + </mrow> + </munder> + </munder> + <mo stretchy="false">}</mo> + </mrow> + </math> |