[OS X TeX] Setting TEXINPUTS/BIBINPUTS on Catalina

Antonio Cosma acosma at gmail.com
Sun Oct 18 10:26:46 CEST 2020



> On 18 Oct 2020, at 10:09, Joseph Wright <joseph.wright at morningstar2.co.uk> wrote:
> 
> For example, I have a single .bib file for all of my references (it's called "Literature.bib"). This lives inside Documents (so it's visible for editing, etc.), so I want to export
> 
>    BIBINPUTS=~/Literature//;
> 
> which I used to be able to do from my .bash_rc, but can't any more.

At least for bib files, this works for me. TexLive looks for bib files in 
~/Library/texmf/bibtex/bib. I have papers and bibliography in ~/DropIt/myfiles/Papers 

So what I did in terminal is 
cd ~/Library/texmf/bibtex
ln -s ~/DropIt/myfiles/Papers bib

Now ‘bib’ in “~/Library/texmf/bibtex/" is a link to the directory where my bib file is

Hope it works for you too
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/macostex-archives/attachments/20201018/323aa84c/attachment-0001.html>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex


More information about the macostex-archives mailing list.