Diff for /loncom/interface/lonprintout.pm between versions 1.591 and 1.592

version 1.591, 2011/06/14 10:22:39 version 1.592, 2011/06/16 11:59:16
Line 3356  sub print_resources { Line 3356  sub print_resources {
     #      #
     if ($actually_printed == 0) {      if ($actually_printed == 0) {
   
  $current_output  = 'No incomplete resources';   $current_output  = &encapsulate_minipage("\\vskip -10mm \nNo incomplete resources\n \\vskip 100 mm { }\n");
  $current_output .= '\end{document}';  
  $current_output = &print_latex_header() . $current_output;   $current_output = &print_latex_header() . $current_output;
   
     }      }
   
     if ($syllabus_first) {      if ($syllabus_first) {

Removed from v.1.591  
changed lines
  Added in v.1.592


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>