--- loncom/interface/lonparmset.pm 2007/06/06 20:19:38 1.366 +++ loncom/interface/lonparmset.pm 2007/06/19 20:11:14 1.367 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.366 2007/06/06 20:19:38 albertel Exp $ +# $Id: lonparmset.pm,v 1.367 2007/06/19 20:11:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2249,7 +2249,10 @@ sub crsenv { 'externalsyllabus' => ''.&mt('URL of Syllabus (not using internal handler)').'', 'tthoptions' - => ''.&mt('Default set of options to pass to tth/m when converting tex').'' + => ''.&mt('Default set of options to pass to tth/m when converting tex').'', + + 'texengine' + => ''.&mt('Force all studnets in the course to use a specific math rendering engine.').'
'.&mt('(Valid options are [_1].)','"tth", "jsMath", "mimetex"').'', ); my @Display_Order = ('url','description','courseid','cloners','grading', 'externalsyllabus', @@ -2276,6 +2279,7 @@ sub crsenv { 'default_enrollment_start_date', 'default_enrollment_end_date', 'tthoptions', + 'texengine', 'disablesigfigs', 'disableexampointprint', 'task_messages'