我的 LaTeX 文档中包含参考书目,如下所示
\usepackage{biblatex}
Words... \cite{ref1}
\begin{thebibliography}{9}
\bibitem{ref1}
...
\end{thebibliography}
我以前做过很多次,但不知为何,我的引用没有返回参考编号,而是\cite{ref1}
返回了结果[ref1]
。有人知道这个问题吗?
我的 LaTeX 文档中包含参考书目,如下所示
\usepackage{biblatex}
Words... \cite{ref1}
\begin{thebibliography}{9}
\bibitem{ref1}
...
\end{thebibliography}
我以前做过很多次,但不知为何,我的引用没有返回参考编号,而是\cite{ref1}
返回了结果[ref1]
。有人知道这个问题吗?