[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /xml lontexconvert.pm
raeburn
raeburn at source.lon-capa.org
Fri Feb 15 16:21:03 EST 2019
raeburn Fri Feb 15 21:21:03 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/xml lontexconvert.pm
Log:
- For 2.11
Backport 1.122.
Index: loncom/xml/lontexconvert.pm
diff -u loncom/xml/lontexconvert.pm:1.112.2.8 loncom/xml/lontexconvert.pm:1.112.2.9
--- loncom/xml/lontexconvert.pm:1.112.2.8 Fri Feb 15 17:52:54 2019
+++ loncom/xml/lontexconvert.pm Fri Feb 15 21:21:03 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# TeX Conversion Module
#
-# $Id: lontexconvert.pm,v 1.112.2.8 2019/02/15 17:52:54 raeburn Exp $
+# $Id: lontexconvert.pm,v 1.112.2.9 2019/02/15 21:21:03 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -333,7 +333,7 @@
if ($domdefaults{'texengine'} ne '') {
return $domdefaults{'texengine'};
}
- return 'tth';
+ return $Apache::lonnet::deftex;
}
sub init_math_support {
More information about the LON-CAPA-cvs
mailing list