X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/filter/algebra
home
/
cbholdings
/
pasukulu
/
filter
/
algebra
/
📁
..
📄
AlgParser.pm
(20 KB)
📄
algebra2tex.pl
(287 B)
📄
algebradebug.php
(15.37 KB)
📁
classes
📄
filter.php
(12.66 KB)
📁
lang
📄
pix.php
(2.3 KB)
📁
tests
📄
thirdpartylibs.xml
(281 B)
📄
version.php
(1.17 KB)
Editing: algebra2tex.pl
#!/usr/bin/perl use lib '.'; use AlgParser; my $parser = new AlgParserWithImplicitExpand; my $ret; $ret = $parser -> parse($ARGV[0]); if ( ref($ret) ) { $parser -> tostring(); $parser -> normalize(); print $parser -> tolatex(); } else { print $parser->{htmlerror}; }
Upload File
Create Folder