[l2h] [Q] about perl modules

Marek Rouchal Marek Rouchal <marek.rouchal@gmx.net>
Wed, 9 Feb 2000 20:22:41 +0100 (MET)


On Wed, 9 Feb 2000, Ross Moore wrote:

> > I'm using latex2html for the first time, and I have one question regarding the
> > location of the perl styles. As from what I can understand in the doc, the
> > variable LATEX2HTMLDIR doesn't seem to handle multiple directories. So I'm
> > wondering whether it is possible to have perl styles in different places and
> > how ? Namely, I'd like to have a ~/share/latex2html/styles directory, that
> > would be search first, in addition to the standard one.
> 
> Yes it is.
> 
> Set a Perl variable  $TEXINPUTS  within the  .latex2html-init  
> or other initialisation file. 
> This is discussed in the documentation, and at length within
>   The LaTeX Web Companion  (Addisson Wesley, 1999).

In addition to this, it should also be possible to set PERL5LIB
appropriately, so that the perl style files are found there, too.

-Marek