> 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
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?
> 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
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