我的问题与这些提出的问题几乎相同:
我应该将自己的 .sty 或 .cls 文件放在哪里,以使它们可供我的所有 .tex 文件使用?
但不幸的是,我按照各种说明操作,但 LaTeX 仍然找不到我的.bst
文件,除非它在./
( PWD
)。我尝试了 3 种方法:
export TEXINPUTS=.:~/my/path:
(尝试使用两者~
和完整路径)- 将文件放入
~/Library/texmf/
(我在 Mac 上) .bst
在\bibliographystyle
命令中指定文件的完整路径
你知道我还做错了什么吗?我试过了texhash
(尽管这本来不是必要的),但也失败了。如果我把文件放在与文件相同的目录中,它就会起作用,这.tex
表明这不是问题.bst
。
答案1
根据此 archive.org 链接与 TexShop 和 Mac 相关:
如何安装 Style 和 BiBTeX Style 文件
Create the following folder ~/Library/texmf/tex/latex/misc
Place any style files (*.sty) in this folder.
Create the following folder ~/Library/texmf/bibtex/bst
Place any BiBTeX style files (*.bst) in this folder.
我应该把我的书目数据库文件放在哪里?
Create the following folder ~/Library/texmf/bibtex/bib
Place any bibliographic database files (*.bib) in this folder.