[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

foxr lon-capa-cvs@mail.lon-capa.org
Mon, 12 Jun 2006 11:19:06 -0000


foxr		Mon Jun 12 07:19:06 2006 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  Only really need to stamp end of student in postscript
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.440 loncom/interface/lonprintout.pm:1.441
--- loncom/interface/lonprintout.pm:1.440	Tue Jun  6 07:02:38 2006
+++ loncom/interface/lonprintout.pm	Mon Jun 12 07:19:02 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.440 2006/06/06 11:02:38 foxr Exp $
+# $Id: lonprintout.pm,v 1.441 2006/06/12 11:19:02 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1813,17 +1813,15 @@
     my @format_array = split(/\|/,$helper->{'VARS'}->{'FORMAT'});
     my $columns_in_format = $format_array[1];
     #
-    #   Bracket each student with a 
+    #   end each student with a 
     #   Special that allows the post processor to even out the page
     #   counts later.  Nasty problem this... it would be really
     #   nice to put the special in as a postscript comment
-    #   e.g. \special{ps:\%STARTOFSTUDENTSTAMP}  unfortunately,
+    #   e.g. \special{ps:\ENDOFSTUDENTSTAMP}  unfortunately,
     #   The special gets passed the \ and dvips puts it in the output file
-    #   so we'll just put STARTOFSTUDENTSTAMP in the postscript and rely
-    #   on printout.pl to strip it...simlarly with ENDOFSTUDENTSTAMP.
-    #   These will go on a line by themselves.
+    #   so we will just rely on prntout.pl to strip  ENDOFSTUDENTSTAMP from the
+    #   postscript.  Each ENDOFSTUDENTSTAMP will go on a line by itself.
     #
-    $current_output .= "\\special{ps:\nSTARTOFSTUDENTSTAMP\n}";
 
     foreach my $curresline (@{$master_seq})  {
 	if (defined $page_breaks{$curresline}) {