--- loncom/interface/lonprintout.pm 2002/12/03 22:05:08 1.94 +++ loncom/interface/lonprintout.pm 2002/12/09 17:46:46 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.94 2002/12/03 22:05:08 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.95 2002/12/09 17:46:46 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -466,7 +466,7 @@ ENDPART ($result,$number_of_columns) = &page_cleanup($result); } } else{ - $result='\documentclass[letterpaper]{article}\usepackage{calc}\begin{document}You are trying to print eather sequence or something simular. Currently this option is not supported. Sorry for the inconvenience. Bye. Your current URL is '.$ENV{'form.url'}.' \end{document}' + $result='\documentclass[letterpaper]{article}\usepackage{calc}\begin{document}You are trying to print either a sequence or something similar. Currently this option is not supported. Sorry for the inconvenience. Bye. Your current URL is '.$ENV{'form.url'}.' \end{document}' } } elsif ($choice eq 'Standard LaTeX output for the primary sequence' or $choice eq 'Standard LaTeX output for whole primary sequence') {