我的主.bib
文件Masterbib.bib
位于单独的目录中,而我的.tex
文件位于不同的文件夹中。我正在使用 TeXstudio。虽然它执行时没有错误,但无法识别.bib
来自另一个文件夹的文件。
Location of .tex file: C:\Users\MMatam\Desktop\MainDrive\Papers_subtd_Acceptd\Project1\Draft_folder\body.tex
Location of .bib file: C:\Users\MMatam\Desktop\MainDrive\ReferencePapers/Masterbib.bib
我在 .tex 文件中的 bib 声明:
\bibliography{C:\Users\MMatam\Desktop\MainDrive\ReferencePapers\Masterbib.bib}{}
\bibliographystyle{IEEEtran}
由于未知的原因,它无法工作。