--- loncom/interface/printout.pl 2007/09/21 20:56:30 1.126 +++ loncom/interface/printout.pl 2007/09/21 21:11:20 1.127 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.126 2007/09/21 20:56:30 albertel Exp $ +# $Id: printout.pl,v 1.127 2007/09/21 21:11:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -868,7 +868,7 @@ sub repaginate { # bottom of the page, m the page number within the document. # - if ($line =~ /^%%Page:/) { + if ($line =~ /^%%Page:\s+\d+\s+\d+/) { my @pageinfo = split(/\s+/, $line); if ($page_number < $pageinfo[1]) { $page_number = $pageinfo[1];