Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv29044
Modified Files:
LaTeX.mpl
Log Message:
renamed latex/latex/symbol_no to latex/latex/symbol
Index: LaTeX.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/LaTeX.mpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** LaTeX.mpl 15 Sep 2003 01:02:29 -0000 1.9
--- LaTeX.mpl 15 Sep 2003 15:57:26 -0000 1.10
***************
*** 73,77 ****
`Package/Assign`(
! `latex/latex/symbol_no`,
"This is the Maple 7 version of this routine, modified to prevent nonstandard symbols from being surrounded by single quotes, @`@, and fix a bug that caused and error when converting the symbol @``@ to latex. @aim/LaTeX(``)@ now returns @NULL@)",
proc(QQ)
--- 73,77 ----
`Package/Assign`(
! `latex/latex/symbol`,
"This is the Maple 7 version of this routine, modified to prevent nonstandard symbols from being surrounded by single quotes, @`@, and fix a bug that caused and error when converting the symbol @``@ to latex. @aim/LaTeX(``)@ now returns @NULL@)",
proc(QQ)
|