BibTeX, biblatex and biber ⇒ Central/global BibTex database/style?
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Central/global BibTex database/style?
Many of my Latex documents use the same BibTex style and similar references, therefore I'd like to centralise my .bib and .bst files. How is this possible?
I tried making a shortcut to them in /usr/share/texmf/tex/latex then running sudo mktexlsr but it didn't work.
Any ideas?
Thanks,
Rich
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Central/global BibTex database/style?
Bib files should go in [tex tree path]/texmf/bibtex/bib/
Bst files should go in [tex tree path]/texmf/bibtex/bst/
Unless you're sharing these styles and bibliographies with other users of your system, I'd create a local tex tree for this stuff, e.g., ~/texmf/ on most POSIX systems. That way you don't need special permissions to edit.
sudo texhash afterwards.
I don't know offhand whether or not symbolic links work.
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am