1version 0.3 :
2- The image caching system has been improved. The png images corresponding to the formulas are now generated only once. The vertical alignment parameter is now recorded in the image file name and does not need more to be recomputed each time.
3- WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.
4Example : you must use
5$dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts";
6instead of
7$dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts/";
8
9version 0.2 :
10A "tabular" command has been added. The help about the mathematical syntax has been improved.
11
12version 0.1 :
13Initial release.
14