Latex - 参照が表示されない

Latex - 参照が表示されない

別の PC では問題なく動作していたファイルがありますlatex。新しい PC にインストールし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

次のリンクにアクセスし、次の名前を使用してファイルと同じディレクトリに保存しましたlatexmodel5-names.bst

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

関連情報