[LON-CAPA-cvs] cvs: loncom /xml lontexconvert.pm
raeburn
raeburn at source.lon-capa.org
Sun Sep 15 19:06:46 EDT 2013
raeburn Sun Sep 15 23:06:46 2013 EDT
Modified files:
/loncom/xml lontexconvert.pm
Log:
- 'tth' is sixth arg in lontexconvert::algebra().
Fix change in rev. 1.103.
Index: loncom/xml/lontexconvert.pm
diff -u loncom/xml/lontexconvert.pm:1.112 loncom/xml/lontexconvert.pm:1.113
--- loncom/xml/lontexconvert.pm:1.112 Sun Mar 11 14:46:46 2012
+++ loncom/xml/lontexconvert.pm Sun Sep 15 23:06:46 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# TeX Conversion Module
#
-# $Id: lontexconvert.pm,v 1.112 2012/03/11 14:46:46 foxr Exp $
+# $Id: lontexconvert.pm,v 1.113 2013/09/15 23:06:46 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -495,7 +495,7 @@
foreach my $fragment (split(/(?:\<\;|\<)\/*algebra\s*(?:\>\;|\>)/i,
$message)) {
if ($tex) {
- my $algebra = &algebra($fragment, 'web', undef, undef, undef, undef, 'tth');
+ my $algebra = &algebra($fragment, 'web', undef, undef, undef, 'tth');
if ($email) {
$outmessage.='</pre><tt>'.$algebra.'</tt><pre>';
$tex=0;
More information about the LON-CAPA-cvs
mailing list