--- loncom/LONCAPA.pm 2019/08/25 22:29:29 1.35.2.2 +++ loncom/LONCAPA.pm 2019/08/25 02:43:33 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Base routines # -# $Id: LONCAPA.pm,v 1.35.2.2 2019/08/25 22:29:29 raeburn Exp $ +# $Id: LONCAPA.pm,v 1.36 2019/08/25 02:43:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -142,7 +142,7 @@ sub tempdir { # a domain, course, or user specific value exists. sub texengine { - return 'tth'; + return 'MathJax'; } # Return the Linux distro where this LON-CAPA instance is running