文章中引用的论文没有显示编号,最后也没有生成参考文献列表

文章中引用的论文没有显示编号,最后也没有生成参考文献列表

我有一段小代码,我试图在其中写一篇包含一些参考文献的文章,我的文章写得很好,但参考文献没有出现在生成的 PDF 中。如何克服这个问题。

\documentclass[Review,sagev,times,doublespace]{sagej}
\usepackage{natbib}
\usepackage{moreverb,url}

% math releated packages
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{tabularx}
\usepackage{lineno}

% figure releated packages
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{caption}
\usepackage{subcaption}
%\usepackage[bottom]{footmisc}


%table
\usepackage{scalerel}
\usepackage{adjustbox}
\usepackage{multirow}
\usepackage{url}
% refrence and bibolography
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
\usepackage{appendix}
\usepackage{lipsum}
\usepackage{xparse}

\newcommand\BibTeX{{\rmfamily B\kern-.05em \textsc{i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

\def\volumeyear{2019}

\begin{document}

\section{Introduction}
\lipsum  \cite{kukla1991green}
\bibliographystyle{SageH}
 %\bibliographystyle{SageV}
 \bibliography{refs_conf_1.bib}   

\end{document}

相关内容