[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 12 Aug 2002 18:06:56 -0000
albertel Mon Aug 12 14:06:56 2002 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
- remove physics from footer, correct copyright message
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.49 loncom/interface/lonprintout.pm:1.50
--- loncom/interface/lonprintout.pm:1.49 Fri Aug 9 16:38:42 2002
+++ loncom/interface/lonprintout.pm Mon Aug 12 14:06:55 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.49 2002/08/09 20:38:42 sakharuk Exp $
+# $Id: lonprintout.pm,v 1.50 2002/08/12 18:06:55 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -316,7 +316,7 @@
$result =~ s/\\includegraphics{/\\includegraphics\[width=9\.0 cm\]{/g;
# $result =~ s/\\includegraphics{/\\includegraphics\[width=\\textwidth\]{/g;
# $result =~ s/(\\end{document})/\\newline\\noindent\\makebox\[9.0cm\]\[b\]{\\hrulefill}\\newline\\noindent\\tiny Dept\. of Physics and Astronomy, MSU\\makebox\[1.5cm\]\[b\]{\\hfill}LON-CAPA\\copyright MSU GNU\/GPL $1/;
- $result =~ s/(\\end{document})/\\newline\\noindent\\makebox\[\\textwidth\/$number_of_columns\]\[b\]{\\hrulefill}\\newline\\noindent\\tiny Dept\. of Physics and Astronomy, MSU\\makebox\[1.5cm\]\[b\]{\\hfill}LON-CAPA\\copyright MSU GNU\/GPL $1/;
+ $result =~ s/(\\end{document})/\\newline\\noindent\\makebox\[\\textwidth\/$number_of_columns\]\[b\]{\\hrulefill}\\newline\\noindent\\tiny \\makebox\[1.5cm\]\[b\]{\\hfill}LON-CAPA\\copyright Michigan State University Board of Trustees $1/;
# $result =~ s/(\\end{longtable}\s*)(\\newline\\noindent\\makebox\[9\.0cm\]\[b\]{\\hrulefill})/$2$1/g;
$result =~ s/(\\end{longtable}\s*)(\\newline\\noindent\\makebox\[\\textwidth\/$number_of_columns\]\[b\]{\\hrulefill})/$2$1/g;
$result =~ s/(\\end{longtable}\s*)\\newline/$1/g;