添加参考文献
以引用“DeepVisDroid: android malware detection by hybridizing image-based features with deep learning techniques”为例
(1)引用文献
点击BibTex,随后复制所有内容
在latex文件目录下,新建mybibfile.bib文件,将复制的内容粘贴到该文件中,随后文章中就可以用\cite{Bolme2010Visual}来引用这篇文献了
LaTeX中书写
XXXXXXXXXXXXXXXX: Kim\cite{bakour2021deepvisdroid}.
\bibliographystyle{elsarticle-num}
\bibliography{mybibfile}
在LaTex的参考文献中引入网址:
引用的:(https://www.jianshu.com/p/3261c7347c9e)
\usepackage{url} % 在参考文献中引入网址
@misc{NBS_2021,
author = {{National Bureau of Statistics}},
year = {2021},
title = {Natural population growth rate},
howpublished = {\url{https://data.stats.gov.cn}}
}