Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have installed MacTex on my macbook running OS X Mountain Lion (10.8.2).

However, BibTeX is not able to find abbrvnat.bst (see the output of bibtex below). I checked /usr/local/texlive/2012/texmf-dist/bibtex/bst/natbib/ and abbrvnat.bst is present in that directory.

Output of BibTeX:

I couldn't open style file abbrvnat.bst
---line 33 of file file_name.aux
: \bibstyle{abbrvnat
:                   }
I'm skipping whatever remains of this command
I found no style file---while reading file file_name.aux
(There were 2 error messages)

Solution:

It seems I have multiple versions of LaTeX installed on my systems. Using /usr/local/texlive/2012/bin/x86_64-darwin/latex and /usr/local/texlive/2012/bin/x86_64-darwin/bibtex solved this problem!

share|improve this question
Welcome to TeX.sx! You could post your solution as an answer, and accept it. That way your question won't turn up as unsolved anymore. – mafp Feb 12 at 8:21
As it stands, I think this is 'too localized': without further detail, I doubt anyone else would find much help here. – Joseph Wright Feb 12 at 8:44

closed as too localized by lockstep, diabonas, Claudio Fiandrino, Stefan Kottwitz Feb 12 at 9:08

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.