--- loncom/interface/courseprefs.pm	2013/09/01 01:12:01	1.60
+++ loncom/interface/courseprefs.pm	2013/11/23 20:33:58	1.61
@@ -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 @@ sub print_appearance {
                    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' => {