BibTeX, biblatex and biberBibTeX Style File not found

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
kirk65537
Posts: 1
Joined: Sat Sep 17, 2011 6:54 am

BibTeX Style File not found

Post by kirk65537 »

Hi, i am working on a manuscript for a Springer Journal and I am trying to use their spbasic.bst file. I copied the .bst file into

Code: Select all

/usr/local/texlive/2010/texmf/tex/bibtex/bst
and ran texhash, but TeXShop does not seem to find it when I run bibtex on my files. The error is
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: OffsetPaper.aux
I couldn't open style file spbasic.bst
---line 10 of file MyDocument.aux
: \bibstyle{spbasic
: }
I'm skipping whatever remains of this command
I found no style file---while reading file MyDocument.aux
(There were 2 error messages)
It of course works if I have a copy of spbasic.bst in the same folder as my manuscript files. I would like to not have to cut and paste the .bst file into every folder I am working on. Have I put spbasic.bst in the wrong location? I thought that texhash listed the path for latex on my computer. I am running TeXShop 2.41 on a MacBook Pro with OSX 19.6.8.

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

BibTeX Style File not found

Post by localghost »

Did you run texhash as root user? If not, catch up on that. Afterwards check on the command line if the style is found in the TeX installtion tree.

Code: Select all

kpsewhich spbasic.bst
If all comes to nothing, place the style file into your home directory

Code: Select all

~/texmf/tex/bibtex/bst
Rerun texhash as normal user and do the check again.


Best regards and welcome to the board
Thorsten
Post Reply