项目作者: jcayzac

项目描述 :
Simple tex-to-MathML converter based on Snuggletex
高级语言: Java
项目地址: git://github.com/jcayzac/texformula.git
创建时间: 2012-12-15T06:03:03Z
项目社区:https://github.com/jcayzac/texformula

开源协议:

下载


Build:

  1. mvn package

Run:

  1. ./texformula <<<'\[x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\]'
  2. <math xmlns="http://www.w3.org/1998/Math/MathML" data-png="09E2334B212E751A7C669F34A78ACA6C72A463EC.png"><mi>x</mi><mo>=</mo><mfrac><mrow><mo>-</mo><mi>b</mi><mo>±</mo><msqrt><mrow><msup><mi>b</mi><mn>2</mn></msup><mo>-</mo><mn>4</mn><mi>a</mi><mi>c</mi></mrow></msqrt></mrow><mrow><mn>2</mn><mi>a</mi></mrow></mfrac></math>