--- rat/lonpage.pm 2016/07/18 19:29:24 1.117 +++ rat/lonpage.pm 2016/08/09 23:43:51 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.117 2016/07/18 19:29:24 raeburn Exp $ +# $Id: lonpage.pm,v 1.118 2016/08/09 23:43:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -355,8 +355,8 @@ ENDEXT my $output=Apache::lonnet::ssi($src,%posthash); $output=~s|//(\s*)?\s||gs; if (($target eq 'tex') || ($target eq 'tex_answer')) { - $output =~ s/^([^&]+)\\begin{document}//; - $output =~ s/\\end{document}//; + $output =~ s/^([^&]+)\\begin\{document}//; + $output =~ s/\\end\{document}//; # $output = '\parbox{\minipagewidth}{ '.$output.' }'; #some additional cleanup necessary for LateX (due to limitations of table environment $output =~ s/(\\vskip\s*\d+mm)\s*(\\\\)+/$1/g;