From 3bb877507c6bbeb32ca72d0aa2196f2203e6de09 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 29 Jan 2003 16:25:25 +0000 Subject: Move over from contrib/mathml git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195908 13f79535-47bb-0310-9956-ffa450edef68 --- examples/mathml/docs/example.mml | 63 ++++++++++++++ examples/mathml/docs/mathml.fo | 172 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 examples/mathml/docs/example.mml create mode 100644 examples/mathml/docs/mathml.fo (limited to 'examples/mathml/docs') diff --git a/examples/mathml/docs/example.mml b/examples/mathml/docs/example.mml new file mode 100644 index 000000000..0f04968c2 --- /dev/null +++ b/examples/mathml/docs/example.mml @@ -0,0 +1,63 @@ + + + + { + + + + + + + + a + , + ... + , + a + + + + + k +   + a + 's + + + + , + + + + + + b + , + ... + , + b + + + + + +   + b + 's + + + + + + + + k + + + +  elements + + + + } + + diff --git a/examples/mathml/docs/mathml.fo b/examples/mathml/docs/mathml.fo new file mode 100644 index 000000000..a5ff53f26 --- /dev/null +++ b/examples/mathml/docs/mathml.fo @@ -0,0 +1,172 @@ + + + + + + + + + + + + + Plan Extension + + + Page + + + + + + The MathML Extension + + + +The mathml extension is an addition to FOP that can be used to draw mathml +expressions. + + + + Examples + + + + + + + + I + + ( + x + ) + + = + F + ( + x + ) + + + C + + + + + + + + + + + + ( + + + + + ( + + + + a + + + b + + + + + c + + + d + + + + ) + + + + + ( + + + + e + + + f + + + + + g + + + h + + + + ) + + + + + + 0 + + + + ( + + + + i + + + j + + + + + k + + + l + + + + ) + + + + + ) + + + + + + + + +An external mathml document. + + + + + + + + + -- cgit v1.2.3