--- loncom/interface/lonprintout.pm 2002/07/23 14:09:45 1.41 +++ loncom/interface/lonprintout.pm 2002/07/25 18:58:09 1.42 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.41 2002/07/23 14:09:45 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.42 2002/07/25 18:58:09 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -297,6 +297,8 @@ ENDPART if ($result =~ m/&(\w+|#\d+);/) { $result = &character_chart($result); } + $result =~ s/(\\end{tabular})\s*\\vskip 0 mm/$1/g; + $result =~ s/(\\begin{enumerate})\s*\\noindent/$1/g; #-- writing .tex file in prtspool my $temp_file; my $filename = "/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout_".time."_".rand(10000000).".tex"; @@ -473,8 +475,8 @@ sub character_chart { # $result =~ s/®//g; # $result =~ s/¯//g; # $result =~ s/¯//g; - $result =~ s/°/\$^\\{\\circ\\}\$/g; - $result =~ s/°/\$^\\{\\circ\\}\$/g; + $result =~ s/°/\$^{\\circ}\$/g; + $result =~ s/°/\$^{\\circ}\$/g; $result =~ s/±/\$\\pm\$/g; $result =~ s/±/\$\\pm\$/g; $result =~ s/²/\$^2\$/g;