我将参考文献汇编成一个 .bib 文件,并将其存储在与原始文章相同的文件夹中。但是当我添加参考书目时,它没有显示出来。这是我写的:
\documentclass[review]{elsarticle}
\usepackage{lineno,hyperref,chemist,graphicx,amsmath,nicefrac,multirow,adjustbox,natbib}
\graphicspath{ {C:/Users/Vignesh/Pictures/} }
\modulolinenumbers[5]
\begin{document}
\bibliographystyle{model1a-num-names} %% this is a style provided by the publishers
\bibliography{references} %% name of my file is references.bib
\end{document}