I've got TexLive on Ubuntu and editing with Kile. The problem is this:
pandammonium wrote:I have a texmf directory set up in my home area that I put .sty files that my package managers can't download for whatever reason in. The file avm.sty is an example, and lives in ~/texmf/tex/latex/avm; this works fine.
However, if I put dcu.bst in what looks to me like the correct place (~/texmf/tex/bibtex/bst/harvard/dcu.bst), latex/bibtex doesn't twig it's there. Is this because all the other Harvard files are elsewhere (/usr/share/texmf-texlive/bibtex/bst/harvard/*.bst) (because Ubuntu installed them)?
Have I made an error in the file structure? Do I have to copy dcu.bst to the same place as all the other Harvard files? Or do I have to do something else?
If it helps, I'm using the natbib package, which works fine with all the .bst files in /usr/share/texmf-texlive/bibtex/bst/harvard/.
Edit: I have run texhash in ~/texmf/tex/ to see if it made any difference, which it doesn't. The files are there in the ls-R file that texhash output, though.