On Tue, Apr 24, 2007 at 23:14:15 +0000, Tyler Smith wrote: > On 2007-04-24, Florian Kulzer wrote: > > > > Try to put the .bst files into > > > > ~/texmf/bibtex/bst/ > > > > That did it, thanks! This is the most confusing part of latex for me - > installing files and sorting out search paths just doesn't seem very > intuitive. Thankfully it doesn't need doing often. Then again, > everytime I need to tinker with it I've forgotten what I learned the > last time :(
I was always too lazy to figure out the intricacies of latex's path searches. For any given type of file I just do something like this $ locate -br '.*\.bst$' | sed 's|/bst/.*|/bst/|' | sort -u /usr/share/texmf-texlive/bibtex/bst/ /usr/share/texmf/bibtex/bst/ and then I set up the same relative path in my ~/texmf. That has always worked for me so far. -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]