--- loncom/xml/lontex.pm 2001/11/29 19:03:58 1.3 +++ loncom/xml/lontex.pm 2003/02/17 17:34:17 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.3 2001/11/29 19:03:58 www Exp $ +# $Id: lontex.pm,v 1.5 2003/02/17 17:34:17 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,7 +78,13 @@ sub handler { $r->print(&Apache::lontexconvert::header()); $r->print( - ''); + ''. + &Apache::lonmenu::menubuttons(undef,'web',1) + ); $r->print(&Apache::lontexconvert::converted(\$texstring)); $r->print(''); $r->print(&Apache::lontexconvert::footer());