General ⇒ Sharing bibtex file between TeXnicCenter projects
Sharing bibtex file between TeXnicCenter projects
Do I really have to keep moving the .bib file around all the time? Or, perhaps, there is some entirely different approach to this problem.
I guess this must have been asked many times before, but I still cannot find an answer.
Konrad
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: Sharing bibtex file between TeXnicCenter projects
When a project is finished and I'm not going to be making any other changes to it, JabRef will build a sub-database based on the aux file of a project that contains only the entries used in a particular project (that way I don't have to send my boss a bib file with 749 entries, only one with 9).
Re: Sharing bibtex file between TeXnicCenter projects
To set the environment variable go: Control Panel -> System -> Advanced Tab
Click on the 'Environment Variables' button and click new (either as a local variable for you only, or a system wide variable, doesn't really matter which).
The variable name is BIBINPUTS, and the value is a semi colon separated list of _directories_ where you keep your bib files (not a list of bib files themselves). In my case I have something like this:
D:\My Documents\Work\Papers\CDMA\Bib;D:\My Documents\Work\Papers\GPS\Bib;Documents\Work\Papers\General\Bib;