/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 plugins/itex2MML/itex2MML.pl

  • Committer: Jacques Distler
  • Date: 2007-10-23 02:35:06 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071023023506-3xmt7akl8egw5uri
SVG Environment
New "svg" LaTeX environment. See my blog post for details.

Show diffs side-by-side

added added

removed removed

1
1
# itex2MML
2
 
# version 1.0
 
2
# version 1.1
3
3
# copyright 2003-2007, Jacques Distler
4
4
#
5
5
 
9
9
use File::Temp qw(tempfile);
10
10
 
11
11
use vars qw( $VERSION );
12
 
$VERSION = '1.0';
 
12
$VERSION = '1.1';
13
13
 
14
14
eval{ require MT::Plugin;};
15
15
unless ($@) {
32
32
});
33
33
 
34
34
my $itex2mml_number_equations = 1;
35
 
my $itex2mml_binary = "/usr/local/bin/itex2MML";
 
35
my $itex2mml_binary = "/usr/local/bin/itex2MML --raw-filter";
36
36
 
37
37
sub itexToMML {
38
38
    $_=shift;