/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to README

  • Committer: Jacques Distler
  • Date: 2010-04-19 03:37:06 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20100419033706-woivhlxu9yzvj9s7
Tags: 1.3.22
Update README

Update README for new license terms.

Show diffs side-by-side

added added

removed removed

11
11
itex equations on STDIN, converts the itex equations to MathML, and outputs
12
12
the resulting text on STDOUT.
13
13
 
14
 
Also included are Ruby bindings. They require GNU make and SWIG 1.3, and can be
15
 
built with
 
14
Also included are Ruby bindings. The easiest way to obtain them, with a recent version of Rubygems is
 
15
 
 
16
     gem install itextomml
 
17
     
 
18
Alternatively, if you have GNU make and SWIG 1.3, they can be
 
19
built manually with
16
20
 
17
21
     make ruby
18
22
     make test_ruby
20
24
 
21
25
The Ruby module provides four public methods
22
26
 
 
27
       require 'itextomml'
 
28
       itex =  Itex2MML::Parser.new
 
29
 
23
30
       itex.html_filter(a_string)
24
31
               converts all itex equations in a_string to MathML, passing the
25
32
               rest of a_string unmodified. Returns the converted string. 
128
135
"make install". If you decide to put it in another location, edit
129
136
itex2MML.pl to reflect its new location.
130
137
 
131
 
As with Paul Gartside's original version,
132
 
 
133
 
  http://pear.math.pitt.edu/mathzilla/itex2mmlBugs.html
134
 
 
135
 
itex2MML is Open Source software, released under a dual license: GPL and MPL.
 
138
Itex2MML is Open Source software, released under a triple license: GPL, MPL and LGPL.