Rev 2286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2286 | Rev 14335 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | error=no_latex2html |
23 | error=no_latex2html |
24 | !exit |
24 | !exit |
25 | !endif |
25 | !endif |
26 | # The definition of TMPDIR will make latex2html fail! |
26 | # The definition of TMPDIR will make latex2html fail! |
27 | !sh cd $wims_home/$wims_sesdir\ |
27 | !sh cd $wims_home/$wims_sesdir\ |
28 |
|
28 | unset TMPDIR\ |
29 |
|
29 | cp user-deposit test.tex\ |
30 |
|
30 | latex2html -tmp /tmp -split 0 -nonavigation -noimages -noinfo -noaddress test.tex >latex2html.out 2>latex2html.err\ |
31 |
|
31 | sed 's/\é\;/\é\;/g;s/\è\;/\è\;/g;s/\à\;/\à\;/g;' <test/test.html >user-deposit\ |
32 |
|
32 | rm -r test |
33 | fcheck=html |
33 | fcheck=html |
34 | !endif |
34 | !endif |
35 | !if $fcheck=html |
35 | !if $fcheck=html |
36 | !exec html2msg $wims_home/$wims_sesdir/user-deposit |
36 | !exec html2msg $wims_home/$wims_sesdir/user-deposit |
37 | !endif |
37 | !endif |