From salcaraz69 at gmail.com Wed Mar 17 13:57:01 2010 From: salcaraz69 at gmail.com (Salvador Alcaraz) Date: Wed, 17 Mar 2010 13:57:01 +0100 Subject: [l2h] ! LaTeX Error: File `algorithm2e.sty' not found. Message-ID: <558ed4631003170557m6c45dff0y51ea6812dc2add8f@mail.gmail.com> Hi all: In my source .tex file I'm using the 'algorithm2e' package. When I compile with latex, It's correct. BUT, latex2html gets out the following error: ! LaTeX Error: File `algorithm2e.sty' not found. ?where is the problem? .I'm working in Linux Thank you in advance. /salva -------------- next part -------------- An HTML attachment was scrubbed... URL: From n.talbot at uea.ac.uk Wed Mar 17 14:50:06 2010 From: n.talbot at uea.ac.uk (Dr Nicola L C Talbot) Date: Wed, 17 Mar 2010 13:50:06 +0000 Subject: [l2h] ! LaTeX Error: File `algorithm2e.sty' not found. In-Reply-To: <558ed4631003170557m6c45dff0y51ea6812dc2add8f@mail.gmail.com> References: <558ed4631003170557m6c45dff0y51ea6812dc2add8f@mail.gmail.com> Message-ID: <4BA0DE0E.5050602@uea.ac.uk> Salvador Alcaraz wrote: > In my source .tex file I'm using the 'algorithm2e' package. > > When I compile with latex, It's correct. > > BUT, latex2html gets out the following error: > > ! LaTeX Error: File `algorithm2e.sty' not found. > > ?where is the problem? .I'm working in Linux > > Thank you in advance. Where have you put algorithm2e.sty? It needs to be on TeX's path rather than in the current directory. Regards Nicola Talbot -- Dr Nicola Talbot web : http://theoval.cmp.uea.ac.uk/~nlct/ From mikolaj at kucharski.name Thu Mar 25 01:24:05 2010 From: mikolaj at kucharski.name (Mikolaj Kucharski) Date: Thu, 25 Mar 2010 00:24:05 +0000 Subject: [l2h] latex2html and usepackage ulem Message-ID: <20100325002405.GJ3838@x40.openbsd.home.lan> Does latex2html support \usepackage{ulem}, as currently it doesn't work for me: \documentclass{article} \usepackage{ulem} \title{TITLE} \author{MK} \begin{document} \maketitle \section{TEST} \uline{BLABLABLA} \end{document} ..and latex2html says: Warning: No implementation found for package: ulem pdf created from the same .tex file has underlined 'BLABLABLA'. fedora$ rpm -q latex2html latex2html-2008-3.fc12.noarch openbsd$ pkg_info -I latex2html latex2html-2002.2.1p1 LaTeX to HTML converter On both OSes, with above latex2html versions situation looks exactly the same. -- best regards q#