[l2h] verbatim.perl: foreach $dir ($texfilepath, split(/:/,$ENV{'TEXINPUTS'})) {

2004-04-26 Thread Erling D. Andersen
Hi In verbatim.perl I found the the following code foreach $dir ($texfilepath, split(/:/,$ENV{'TEXINPUTS'})) { if (-f ($_ = $dir/$file) || -f ($_ = $dir/$file2)) { $found=1; #overread $_ with file contents slurp_input($_); last;

Re: [l2h] Which L2H output files are important. How to?

2004-04-26 Thread Ross Moore
Hi Erling, On 26/04/2004, at 7:18 PM, Erling D. Andersen wrote: Hi latex2html generates a lot of output files. Some of them are an important It generates a lot more than you usually see. Try running with -debug and then examine the directory with the .html files! part of the document and

Re: [l2h] Which L2H output files are important. How to?

2004-04-26 Thread Erling D. Andersen
Hi Roos, Only .html .css and image files are needed for a completed site. The other files (e.g. the .pl ones) are for other purposes, as described above, while the site is still under construction, or for combining the site with other sites (labels.pl). I guess also .gif .png are needed. But

Re: [l2h] Which L2H output files are important. How to?

2004-04-26 Thread Ross Moore
On 26/04/2004, at 11:18 PM, Erling D. Andersen wrote: Hi Roos, Only .html .css and image files are needed for a completed site. The other files (e.g. the .pl ones) are for other purposes, as described above, while the site is still under construction, or for combining the site with other sites