[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 24.3.1; RefTeX fails to find multiple bib files in \bib
From: |
Tassilo Horn |
Subject: |
Re: [Bug-AUCTeX] 24.3.1; RefTeX fails to find multiple bib files in \bibliography{} (with commas) |
Date: |
Thu, 02 May 2013 21:23:01 +0200 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
Michael McNeil Forbes <address@hidden> writes:
Hi Michael,
> What is actually failing is reftex finding a bibliography in the
> standard user location:
>
> ~/Library/texmk/bibtex/bib/
^
Is that a typo? I guess it should be texmf.
> on Mac OS X.
Ok, I see. On GNU/Linux, the standard user location seems to be
~/texmf/bibtex/bib/. But reftex only looks into the current directory,
BIBINPUTS, and TEXBIB. I'd like not to hard-code paths that might be
configured differently.
> I also tried setting the following, but it did not change any
> behaviour:
>
> (setq reftex-external-file-finders
> '(("tex" . "/usr/texbin/kpsewhich -format=.tex %f")
> ("bib" . "/usr/texbin/kpsewhich -format=.bib %f")))
That's the default value, isn't it?
Anyway, using external file finders works for me, but you also need to
set `reftex-use-external-file-finders'.
Bye,
Tassilo