File: mathml.xml

package info (click to toggle)
dblatex 0.2.9-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,412 kB
  • ctags: 399
  • sloc: xml: 94,669; python: 4,185; sh: 379; makefile: 120
file content (11 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<section>
   <title>
   Writing MathML equations
  </title>
  <para>
   You can write MathML equations in a DocBook based document, by using the <ulink url="http://www.oasis-open.org/committees/docbook/xml/mathml/1.0/index.shtml">MathML Module for DocBook XML</ulink> instead of the DocBook DTD.
  </para>
  <para>
   dblatex now translates the MathML equations to latex by using the excellent stylesheets of the <ulink url="http://xsltml.sourceforge.net">XSLT MathML Library</ulink> by Vasil Yaroshevich. A large amount of tests from the <ulink url="http://www.w3.org/Math/testsuite/">W3C MathML Test Suite 2.0</ulink> is supported (657 of 712 tests). The test file used to validate the MathML stylesheets is provided in the package. 
  </para>
</section>