WinEdt ⇒ WinEdt cannot find bibliography files
WinEdt cannot find bibliography files
\bibliographystyle{unsrt}
\bibliography{ruby}
I then placed ruby.bib in the directory C:\bibfiles.
I went into the Tree.ini file and modified it thusly:
PATH="%P;%p;C:\bibfiles" // add additional locations for your bib files, eg.:
I saved the Tree.ini file, then chose Options->Advanced->Load.
When I compile the main latex document, none of the contents of ruby.bib are accessed. I tried Macros->Run Startup Macro as well. I shut down WinEdt and restarted it, to no effect.
What am I doing wrong? What is the exact procedure to follow when placing bibliography files in a newly created folder?
How would I hard code the location of the bibfiles in my main Latex document?
Thanks for any help I receive.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
WinEdt cannot find bibliography files
Code: Select all
\bibliography{C:/bibfiles/ruby}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: WinEdt cannot find bibliography files
A suggestion: set the environment variable BIBINPUTS=C:\bibfiles at the Windows level. It describes the extra paths for .bib files.
B.A.
Re: WinEdt cannot find bibliography files
What do you mean by "Windows level"?
Re: WinEdt cannot find bibliography files
Strange that I was always able to get the Tree.ini file to work before I had to rebuild MikTeX, but after the last build no luck. LaTeX can be really frustrating sometimes. I really dread rebuilds.
Re: WinEdt cannot find bibliography files
Regards,
B.A.