Re: latex2html in build process

1998-10-29 Thread M.C. Vernon
Hi, I never found a good solution to building html docs via latex2html. The source path usually contains a ., which causes latex2html to fail. I have tried all kinds of things to get it work and have not suceeded. Does anyone else know how to solve the problem ? Here is a

Re: latex2html in build process

1998-10-29 Thread John Lapeyre
On Thu, 29 Oct 1998, M.C. Vernon wrote: mcv21I have to run dvips as root - and running latex2html as root worked mcv21fine Doesn't seem to make any difference for me. mcv21 mcv21Does change my essay somewhat though ;) Written in latex ? John Lapeyre [EMAIL PROTECTED]

Re: latex2html in build process

1998-10-29 Thread M.C. Vernon
On Thu, 29 Oct 1998, M.C. Vernon wrote: mcv21I have to run dvips as root - and running latex2html as root worked mcv21fine Doesn't seem to make any difference for me. oh :( mcv21 mcv21Does change my essay somewhat though ;) Written in latex ? Of course! ;) Matthew

Re: latex2html in build process

1998-10-29 Thread Antti-Juhani Kaijanaho
On Wed, Oct 28, 1998 at 09:36:40PM -0700, John Lapeyre wrote: The source path usually contains a ., which causes latex2html to fail. I have tried all kinds of things to get it work and have not suceeded. Does anyone else know how to solve the problem ? The error message suggests the

Re: latex2html in build process

1998-10-29 Thread Manoj Srivastava
Hi, This is how the LaTeX2HTML package builds it own docs in the ./debian/rules file: (cd docs; set -e; TMP=/tmp/l2hbuild$$; export TMP; mkdir $TMP; \ $(MAKE) html; rm -rf $TMP; ) manoj -- We rarely find anyone who can say he has lived a happy life, and who, content with

Re: latex2html in build process

1998-10-29 Thread John Lapeyre
On Thu, 29 Oct 1998, Antti-Juhani Kaijanaho wrote: antkaiThe error message suggests the following, which I've used antkaisuccessfully. antkai antkaiTMP=/tmp TMPDIR=/tmp latex2html ... I had already tried this and variants, but it didn't work. It may be because /tmp is a symlink, but I

Re: latex2html in build process

1998-10-29 Thread John Lapeyre
On 29 Oct 1998, Manoj Srivastava wrote: srivas This is how the LaTeX2HTML package builds it own docs in the srivas ./debian/rules file: srivas srivas (cd docs; set -e; TMP=/tmp/l2hbuild$$; export TMP; mkdir $TMP; \ srivas $(MAKE) html; rm -rf $TMP; ) Hmm, still doesn't work. latex2html

Re: latex2html in build process

1998-10-29 Thread John Lapeyre
On Thu, 29 Oct 1998, John Lapeyre wrote: lapeyr I had already tried this and variants, but it didn't work. It may lapeyrbe because /tmp is a symlink, but I think that should be allowed. But it lapeyris interesting to know that it solves the problem on some systems. Argh. I put /tmp on

Re: latex2html in build process

1998-10-29 Thread Manoj Srivastava
Hi John == John Lapeyre [EMAIL PROTECTED] writes: John On 29 Oct 1998, Manoj Srivastava wrote: srivas This is how the LaTeX2HTML package builds it own docs in the srivas ./debian/rules file: srivas (cd docs; set -e; TMP=/tmp/l2hbuild$$; export TMP; mkdir $TMP; \ srivas $(MAKE) html; rm -rf

Re: latex2html in build process

1998-10-29 Thread John Lapeyre
Thanks everyone for replying. I used latex2html -debug and found that pnmcrop was failing. I purged every package that might be used by latex2html and reinstalled them . This new package was then selected: Selecting previously deselected package pnmtopng It is strange, since both apt