From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 21:13:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A387316A4CE for ; Mon, 11 Oct 2004 21:13:12 +0000 (GMT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA8B43D1F for ; Mon, 11 Oct 2004 21:13:11 +0000 (GMT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost.esfm.ipn.mx [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.10/8.12.10) with ESMTP id i9BLCK4I013016; Mon, 11 Oct 2004 16:12:21 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)i9BLCKQu013012; Mon, 11 Oct 2004 16:12:20 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Mon, 11 Oct 2004 16:12:20 -0500 (CDT) From: Eduardo Viruena Silva To: Parv In-Reply-To: <20041010032646.V49232@Gina.esfm.ipn.mx> Message-ID: <20041010044159.L55345@Gina.esfm.ipn.mx> References: <20041008083101.V52129@Gina.esfm.ipn.mx> <20041008182312.GA1327@moo.holy.cow> <20041010032646.V49232@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: latex2html problems (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:13:12 -0000 > > Thanks for answering Parv. > > I have a Phedora Core 2 system where latex2html works fine. > It uses netpbm-9.24 not netpbm-10.24 as FreeBSD does. > > So... forced FreeBSD to uninstall netpbm-10.24, and > then downloaded and compiled netpbm-9.24. > > It is a little tricky because netpbm does not supports > FreeBSD, so I took "openbsd" option and changed the > Makefile.config to fulfill FreeBSD requirements. > > Once it was installed, latex2html worked fine. > > Now, I do not know what to think. > Either, latex2html is trying to use options that > do not work with netpbm-10.24, or netpbm-10.24 does > not work properly. > grrrr.... it seems that latex2html requieres an option. if I include the option: -notransparent html2ltex works fine with netpbm-10.24. nevertheless, it displays the formulae with gray background. They look horrible. > I think this deserves a report. > > Thanks for your help. > > Eduardo. > Eduardo.