TexWorksのbibtexコマンドは
Warning--entry type for "Stratton12" isn't style-file defined
--line 359 of file bibs.bib
I was expecting a `,' or a `}'---line 369 of file bibs.bib
:
: year = {2012},
(Error may have been on previous line)
I'm skipping whatever remains of this entry
Repeated entry---line 629 of file bibs.bib
: @inproceedings{Shi16
: ,
I'm skipping whatever remains of this entry
実際、アップロードしたファイルには354行が含まれていますここ! それで、彼はどうやって629行目や359行目を探しているのでしょうか?
year = {2012},
またはに問題はないと思います@inproceedings{Shi16
。何かアイデアはありますか?
また、次のような警告を解決するにはどうすればよいですかWarning--to sort, need author or key in RCSB
?
答え1
エントリタイプに関する警告はタイプミスを知らせるものです
@techrepor
が欠けているt
最初のエラーは、
institution = {Center for Reliable and High-Performance Computing, University of Illinois at Urbana-Champaign}
重複エントリエラーは、同じキーを持つエントリが2つあるために発生します。
@inproceedings{Shi16,
315行目と257行目
また、並べ替えの警告は、並べ替える名前を指定しないとエントリをアルファベット順に並べ替えることができないため、不足しているデータを指定するか、並べ替えられていないスタイルを使用する必要があることを示しています。