On Tue, Dec 03, 2002 at 03:05:28PM +0100, Roland Jesse wrote:
> Hi,
> 
> I installed some local additions to the system wide texmf tree in
> ~~/texmf. In order to have latex pick that stuff up, I set $TEXMF to
> {$HOME/texmf,!!$TEXMFMAIN//,!!$TEXMFLOCAL//}. That results in:

In addition to everyone else's comments, get rid of the // at the end
of these directories, thus:

TEXMF={$HOME/texmf,!!$TEXMFMAIN,!!$TEXMFLOCAL}

Otherwise you'll screw up the path searching system.  And make sure
you have an ls-R file in $TEXMFLOCAL, otherwise, you'll want to remove
the !! from this component.

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

        Julian Gilbey, website: http://www.polya.uklinux.net/
   Debian GNU/Linux Developer, see: http://people.debian.org/~jdg/
     Visit http://www.thehungersite.com/ to help feed the hungry

Reply via email to