Package: wnpp Owner: Youhei SASAKI <[email protected]> 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 <[email protected]> <[email protected]> GPG fingerprint: 4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

