[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Sat Nov 23 15:33:59 EST 2013


raeburn		Sat Nov 23 20:33:59 2013 EDT

  Modified files:              
    /loncom/interface	courseprefs.pm 
  Log:
  - Include MathJax as one of the math rendering engines which can be chosen
    when forcing use of a specific renderer within a course.
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.60 loncom/interface/courseprefs.pm:1.61
--- loncom/interface/courseprefs.pm:1.60	Sun Sep  1 01:12:01 2013
+++ loncom/interface/courseprefs.pm	Sat Nov 23 20:33:58 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.60 2013/09/01 01:12:01 raeburn Exp $
+# $Id: courseprefs.pm,v 1.61 2013/11/23 20:33:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3510,11 +3510,12 @@
                    text => '<b>'.&mt($itemtext->{'texengine'}).'</b>',
                    input => 'selectbox',
                    options => {
+                                MathJax  => 'MathJax',
                                 jsMath   => 'jsMath',
                                 mimetex => &mt('Convert to Images'),
                                 tth      => &mt('TeX to HTML'),
                               },
-                   order  => ['jsMath','mimetex','tth'],
+                   order  => ['MathJax','jsMath','mimetex','tth'],
                    nullval => $mathdef,
                  },
         'tthoptions' => {




More information about the LON-CAPA-cvs mailing list