--- loncom/interface/lonprintout.pm 2004/06/28 19:08:22 1.312 +++ loncom/interface/lonprintout.pm 2004/07/08 14:34:12 1.313 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.312 2004/06/28 19:08:22 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.313 2004/07/08 14:34:12 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -559,8 +559,7 @@ sub latex_corrections { $result =~ s/\\\\\s*\\vskip/\\vskip/gm; $result =~ s/\\\\\s*\\noindent\s*(\\\\)+/\\\\\\noindent /g; $result =~ s/{\\par }\s*\\\\/\\\\/gm; - $result =~ s/\\\\\s+\[/ \[/g; - $result =~ s/\b__+\b/\\makebox\[1 cm\]\[b\]{\\hrulefill}/g; + $result =~ s/\\\\\s+\[/ \[/g; #conversion of html characters to LaTeX equivalents if ($result =~ m/&(\w+|#\d+);/) { $result = &character_chart($result);