mml2tex

Converts MathML to LaTeX

Repository
Git URL https://github.com/transpect/mml2tex.git
SVN URL https://github.com/transpect/mml2tex
Base URI http://transpect.io/mml2tex/

Source ⬇

mml2tex:convert

Takes an XML file as input and generates processing instructions from MathML equations.

Import

<p:import href="http://transpect.io/mml2tex/xpl/mml2tex.xpl"/>

Dependencies

Synopsis

<mml2tex:convert xmlns:mml2tex="http://transpect.io/mml2tex">
  <p:input port="source" primary="true"/>
  <p:input port="paths" primary="false"/>
  <p:input port="conf" primary="false"/>
  <p:output port="result"/>
  <p:option name="preprocessing" select="'yes'"/>
  <p:option name="debug" select="'yes'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
  <p:option name="fail-on-error" select="'yes'"/>
  <p:option name="texmap-uri" select="'../texmap/texmap.xml'"/>
  <p:option name="texmap-upgreek-uri" select="'../texmap/texmap-upgreek.xml'"/>
  <p:option name="set-math-style" select="'no'"/>
  <p:option name="always-use-left-right" select="'no'"/>
</mml2tex:convert>

GitHub sync date: 2024-04-23+02:00