私のドキュメントでは、使用している参照を指定する必要があります。プリアンブルで次のコードを使用しました。
\bibliographystyle{abbrv}
\bibliography{main}
main は同じフォルダーの .bib ファイルで、次のような内容が含まれます。
@string{jgr = "J.~Geophys.~Res."}
@MISC{primes,
author = "Charles Louis Xavier Joseph de la Vall{\'e}e Poussin",
note = "A strong form of the prime number theorem, 19th century",
year = 1879
}
@INBOOK{chicago,
title = "The Chicago Manual of Style",
publisher = "University of Chicago Press",
edition = "Thirteenth",
year = 1982,
pages = "400--401",
key = "Chicago"
}
しかし、.pdf を生成するときに、参照セクションには何も表示されません。.bib と .tex ファイルを変更せずに再構築しました。
References
そして、そのデフォルトのテキストをtoBibliografie
または何か他のものに変更するにはどうすればよいですか?