Date: Fri, 8 Oct 2004 08:32:45 -0500 (CDT) From: Eduardo Viruena Silva <mrspock@esfm.ipn.mx> To: freebsd-questions@freebsd.org Subject: latex2html problems (fwd) Message-ID: <20041008083101.V52129@Gina.esfm.ipn.mx>
next in thread | raw e-mail | index | archive | help
Hello FreeBSD gurus! I have a question for you. I have installed FreeBS 5.2.1-RELEASEp9 in my computer. I also upgraded my ports, compiled and installed the following ports: latex2html-2002.2.1_3 Convert LaTeX documents to HTML teTeX-2.0.2_2 Thomas Esser's distribution of TeX & friends latex2html seems to work fine but it does not process formulas. Perhaps this example is a little too large, but... Example: ---test.tex------ \documentclass{article} \begin{document} $\sin(x)$ \end{document} ---end of test.tex---- Michelle:/home/mrspock/tex> latex2html test --- it was properly processed but, at the end: --- *** processing 1 images *** Generating postscript images using dvips ... This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX output 2004.10.07:1523' -> /tmp/l2h879/image (-> /tmp/l2h879/image001) <tex.pro><alt-rule.pro><texc.pro><f7b6d320.enc> <aae443f0.enc><texps.pro><special.pro><color.pro><cmmi10.pfb><cmr10.pfb>[1] Converting image #1 pstoimg: Error: "/usr/local/bin/ppmquant -floyd 256 < /tmp/l2h879/p892.pnm | /usr/local/bin/pnmtopng -interlace -trans '#ffffff' > img1.png" failed: Error while converting image Doing section links ...... Done. -------- Now, "pstoimg" is a function in /usr/local/bin that was installed by latex2html. "pnmtopng" was installed by "netpbm-10.24"... and it seems that it is being called with a pair of parameters that does not seem to work. Does anybody know if there is a solution for this? Thanks in advance. Eduardo. PS. Please reply to my e-mail address, I'm not subscribed to the list.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041008083101.V52129>