At least, in teTeX/Linux, one can use environment variables like TEXINPUTS, BIBINPUTS, BSTINPUTS to change default directories. In TeXStudio/Mac, how to access these like variables to specify others directories than the defaults? Specifically, I have my own bibstyle.bst file with the other tex files in just one working directory but bibtex can't see it.
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.
|
|
||||
|
Here is a more or less direct answer. I am on Ubuntu 12.04 and TexStudio 2.4. I have given up on the environment variables and other
The |
|||||
|
bibtexshould find your.bstfile if it is in the same directory as your source file, or in~/Library/texmf/bibtex/bst. – Alan Munn Jun 25 '12 at 17:26