Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29771/scripts
Modified Files:
stackUnix.php
Log Message:
Index: stackUnix.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackUnix.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** stackUnix.php 17 Nov 2005 21:54:19 -0000 1.20
--- stackUnix.php 24 Nov 2005 18:56:14 -0000 1.21
***************
*** 19,23 ****
* @return string|boolean The converted HTML string or FALSE if there was an error.
*/
! function stack_latex_to_html($strin) {
global $stack_logfiles,$stack_latex,$stack_root;
--- 19,23 ----
* @return string|boolean The converted HTML string or FALSE if there was an error.
*/
! function stack_latex_to_html($strin,$display='LaTeX') {
global $stack_logfiles,$stack_latex,$stack_root;
|