--- loncom/interface/lonpreferences.pm 2009/07/09 19:28:36 1.167 +++ loncom/interface/lonpreferences.pm 2009/08/12 20:43:18 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.167 2009/07/09 19:28:36 droeschl Exp $ +# $Id: lonpreferences.pm,v 1.168 2009/08/12 20:43:18 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -217,7 +217,8 @@ sub texenginechanger { 'tth' => 'tth (TeX to HTML)', #'ttm' => 'TeX to MathML', 'jsMath' => 'jsMath', - 'mimetex' => 'mimetex (Convert to Images)' + 'mimetex' => 'mimetex (Convert to Images)', + 'raw' => 'Raw (Screen Reader)' ); my $selectionbox=&Apache::loncommon::select_form($texengine,'texengine', %mathchoices);