[Aimmath-commit] AIM/WEB-INF/java Maple.java,1.2.2.1,1.2.2.2
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-17 11:28:26
|
Update of /cvsroot/aimmath/AIM/WEB-INF/java In directory sc8-pr-cvs1:/tmp/cvs-serv2653/WEB-INF/java Modified Files: Tag: develop_2_1 Maple.java Log Message: Untested modifications by Mad Alex to provide MathDisplay=latex option, see http://aimmath.sourceforge.net/mod/forum/discuss.php?d=22 Index: Maple.java =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/java/Maple.java,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Maple.java 17 Aug 2003 11:20:51 -0000 1.2.2.1 --- Maple.java 17 Aug 2003 11:28:24 -0000 1.2.2.2 *************** *** 151,155 **** // The command need not have a semicolon or newline at the end // Convert latex using the option given ! public synchronized void exec(String cmd, PrintWriter out, Sting mathdisplay) throws Exception { --- 151,155 ---- // The command need not have a semicolon or newline at the end // Convert latex using the option given ! public synchronized void exec(String cmd, PrintWriter out, String mathdisplay) throws Exception { |