What is the output of
kpsewhich --progname=latex listbib.sty
kpsewhich --progname=latex --show-path=tex
That will tell you what the search path is when you are running
latex. You may want to modify TEXINPUTS.latex in texmf.cnf or
the TEXINPUTS_latex or TEXINPUTS environment variable.
Julian
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.G...@qmw.ac.uk
Debian GNU/Linux Developer, see http://www.debian.org/~jdg
Donate free food to the world's hungry: see http://www.thehungersite.com/
Dooh!! Sorry for posting a dumb question to the list.
I didn't understand the meaning of --progname.
As it is, the (sensible) default is to search .../tex/latex// before
.../tex//, and listbib.sty was in ~/.../tex/. I created a latex
directory...
Thanks for the answer,
Volker