--- loncom/xml/lontexconvert.pm 2004/03/04 15:40:22 1.31 +++ loncom/xml/lontexconvert.pm 2004/03/04 15:41:18 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.31 2004/03/04 15:40:22 albertel Exp $ +# $Id: lontexconvert.pm,v 1.32 2004/03/04 15:41:18 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -108,6 +108,10 @@ sub converted { $xmlstring=~s/\s*$//; } ENDCONV + if ($@) { + $errorstring.="Evaluation Error $@"; + $Apache::lontexconvert::messedup=1; + } if ($Apache::lontexconvert::messedup || &tth::tthmessedup()) { &Apache::lonnet::logthis("Trying to kill myself"); $Apache::lontexconvert::messedup=1;