--- loncom/interface/printout.pl 2006/06/26 10:11:48 1.105 +++ loncom/interface/printout.pl 2006/06/30 01:24:41 1.107 @@ -700,7 +700,6 @@ sub busy_wait_command { $SIG{CHLD} = \&REAPER; $done=0; - print("

Doing : $command"); my $pid=open(CMD,"$command |"); if ($advanced_role) { &Apache::lonhtmlcommon::Update_PrgWin('',$progress_win,$message); @@ -720,7 +719,6 @@ sub busy_wait_command { $SIG{CHLD}='IGNORE'; close(CMD); } - print("

End

"); # Repagninate # What we need to do: @@ -832,7 +830,7 @@ sub repaginate { my $addlines = $max_pages - $pages_in_student[$student_number]; &Apache::lonnet::logthis("student: $pages_in_student[$student_number] add: $addlines"); while($addlines) { - print LATEXOUT '\linebreak This page left intentionally blank \pagebreak'; + print LATEXOUT '\linebreak \strut \pagebreak'; $addlines--; }