Latex - 參考文獻不出現

Latex - 參考文獻不出現

我有一個latex文件在另一台電腦上運行得很好。我在我的新電腦上安裝TexStudioMiktex編譯該Latex檔案。參考文獻(在bib文件中)沒有出現,我收到下面提到的錯誤。

僅供參考,我用這種風格\bibliographystyle{model5-names}\biboptions{authoryear}

錯誤:

This is BibTeX, Version 0.99d (MiKTeX 2.9.7300 64-bit)
The top-level auxiliary file: elsarticle-template.aux
I couldn't open style file model5-names.bst
---line 19 of file elsarticle-template.aux
 : \bibstyle{model5-names
 :                       }
I'm skipping whatever remains of this command
I found no style file---while reading file elsarticle-template.aux
(There were 2 error messages)

Process exited with error(s)

答案1

我轉到以下連結並latex使用此名稱將其保存在與我的文件相同的目錄中:model5-names.bst

https://wwwatlas.mpp.mpg.de/ftp/outgoing/papers/vci2016/model5-names.bst

相關內容