--- loncom/LONCAPA.pm 2013/02/08 14:49:51 1.34 +++ loncom/LONCAPA.pm 2019/02/15 22:01:23 1.35.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Base routines # -# $Id: LONCAPA.pm,v 1.34 2013/02/08 14:49:51 raeburn Exp $ +# $Id: LONCAPA.pm,v 1.35.2.1 2019/02/15 22:01:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -138,6 +138,13 @@ sub tempdir { return $result; } +# Return the default engine to use to render content of tags unless +# a domain, course, or user specific value exists. + +sub texengine { + return 'tth'; +} + # Return the Linux distro where this LON-CAPA instance is running sub distro {