Nice software. I had a problem with the tex binary mode . The bug is in line 337 of yamwi.php "\n\end{document}\n" ;} should read "\n\end{document}\n" ;} As a comment, it is faster to use directly tex instead of latex. I am including a modified yamwi.php
Nice software. I had a problem with the tex binary mode . The bug is in line 337 of yamwi.php "\n\end{document}\n" ;} should read "\n\end{document}\n" ;} As a comment, it is faster to use directly tex instead of latex. I am including a modified yamwi.php // A simple php-web interface for Maxima. // Basically, it creates a file with user input // and calls Maxima in batch mode. /////////////////// // USER SETTINGS // /////////////////// $mode = 1; // 0 -> ASCII-Art output, // 1 -> Binary TeX output,...
Fix bug
Allow plotting with plot2d and plot3d