--- loncom/interface/printout.pl 2002/08/06 16:11:05 1.14 +++ loncom/interface/printout.pl 2002/08/12 18:07:20 1.15 @@ -73,12 +73,12 @@ use Image::Magick; print "\n"; } else { print "

LaTeX could not successfully parse your tex file.

"; - print "

Probably, you have errors in it.

"; + print "

It probably has errors in it.

"; my $logfilename = $texfile; $logfilename =~ s/\.tex$/\.log/; if (-e $logfilename) { #if dvi file does not exist = LaTeX failed to parse tex file - print "To give you a clue we show you a few lines from the LaTeX log file
"; + print "Her are the error messages in the LaTeX log file
"; my $temporary_file=IO::File->new($logfilename) || die "Couldn't open file for reading: $!\n"; my @content_of_file = <$temporary_file>; close $temporary_file;