Last try (deep sigh). I will try putting blank lines between lines of the scripts so they don't all run together.
=====================================================
Ooops^2.0. My scripts did not format properly in the last post. Here is another try. Have patience with me, please.
=================================================================
Ooops. I think this was posted too soon (I hit enter before I was done.
Sorry.). I have been able to run Problem Sets in Red Hat Linux using
version 1.8 of WeBWorK. Everthing I tested seems to run OK.
I have also been able to run the following precreate script successfully:
1) cd /usr/local/webwork/courses
2) cd $1/templates
3) for i in $2*.def
4) do
5) pngPrecreateSet.pl $1 $i
6) done
However, the script below fails (sample error message below):
1) cd /usr/local/webwork/courses
2) cd $1/templates
3) for i in $2*.def
4) do
5) l2hPrecreateSet.pl $1 $i
6) done
Does anyone recognize these symptoms? I cannot remember seeing this
sort of error message when I ran precreate for WeBWorK 1.8 in Red Hat
Linux 7.3. All comments will be appreciated.
Thanks,
Richard
math@richardwoodward.com
++++++++++sample error messages (occur many times) +++++++
In for key = 31548 .... i = 5
texexpand V2002 (Revision 1.11)
Warning: No implementation found for option: `dvips' for `amsart' package
Warning: No implementation found for option: `fleqn' for `amsart' package
Warning: No implementation found for option: `dvips' for `amsart' package
Warning: No implementation found for option: `fleqn' for `amsart' package
This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
' TeX output 2003.01.09:2251' -> /tmp/l2h3022/image
(-> /tmp/l2h3022/image001) <texc.pro><special.pro><color.pro>[1]
(-> /tmp/l2h3022/image002) <texc.pro><special.pro><color.pro>[2]
(-> /tmp/l2h3022/image003) <texc.pro><special.pro><color.pro>[3]
(-> /tmp/l2h3022/image004) <texc.pro><special.pro><color.pro>[4]
(-> /tmp/l2h3022/image005) <texc.pro><special.pro><color.pro>[5]
(-> /tmp/l2h3022/image006) <texc.pro><special.pro><color.pro>[6]
<| Post or View Comments |>
|