[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#602206: ITP: libmathml-ruby -- TeX formula to MathML conversion library for Ruby



Package: wnpp
Owner: Youhei SASAKI <uwabami@gfd-dennou.org>
Severity: wishlist

* Package name    : libmathml-ruby
  Version         : 0.9.0
  Upstream Author : KURODA Hiraku <hiraku (at) hinet.mydns.jp>
* URL or Web page : http://www.hinet.mydns.jp/?mathml.rb
* License         : GPL-2
  Description     : TeX formula to MathML conversion library for Ruby

Math_ml.rb is a library for convering TeX formula to MathML.
for example:
        #!/usr/bin/ruby
        require "math_ml/string"
        
        puts 'a+\alpha'.to_mathml

generated

        <math display='inline' xmlns='http://www.w3.org/1998/Math/MathML'>
         <mi>a</mi>
         <mo>+</mo>
         <mi>&alpha/mi>
        </math>

---
Youhei SASAKI <uwabami@gfd-dennou.org>
              <uwabami@debian.or.jp>
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



Reply to: