Re: [l2h] help

2001-02-21 Thread Ross Moore
> Hello > > i am trying to convert a pdf file written in latex to an html using > latex2html. i typed latex2html "nameoffile".pdf What do you mean by "pdf file written in latex" ? Do you mean the result of having used pdflatex on LaTeX source ? LaTeX2HTML does not translate PDF; it translates

[l2h] help

2001-02-21 Thread Richard Massey
Hello i am trying to convert a pdf file written in latex to an html using latex2html. i typed latex2html "nameoffile".pdf it returned an error message saying "Died at usr/local/bin/latex2html failed to read in doucment parts look up Globbing. what does this mean and how can i get it to work?

Re: [l2h] kpsewhich check doesn't match mine

2001-02-21 Thread Ross Moore
> LaTeX2HTML config.pl runs kpsewhich as follows: kpsewhich -show-path=tex > > But this doesn't work, at least not for my kpsewhich. I want: > kpsewhich -show-path=.tex (need that dot in ".tex") Hmm. I get the same result with both 'tex' and '.tex'. This was tested on 'sparc-solaris2.5.1' an

[l2h] kpsewhich check doesn't match mine

2001-02-21 Thread Stephen Gildea
LaTeX2HTML config.pl runs kpsewhich as follows: kpsewhich -show-path=tex But this doesn't work, at least not for my kpsewhich. I want: kpsewhich -show-path=.tex (need that dot in ".tex") Oddly, kpsewhich does not consider it an error that its only argument is failing, and it exits successfully