Manage a local .bib file system (Simplify other tutorials)
Posted by yangfeng on October 20, 2011
create the following folder structure under a specific folder (e.g., called “my local tex system”):
1.bibtex
1.1 bib
under bib folder, you can put the .bib file inside it
1.2 bst
2. tex
2.1 latex
When finishing, open the miktex Maintenance->Settings->Roots->Add->Choose the directory ”my local tex system”. You are all set to go!
In the future, you can just use \bibliography{***.bib} inside any document on the computer.
Advertisement