我想消除参考文本(如下例中的“第一参考”、“第二参考”)和参考上标编号(如下例中的 1 和 2)之间的间隙。请提出修改建议。
\documentclass{article}
\usepackage[super]{natbib}
\renewcommand{\bibsection}{}
\renewcommand{\bibnumfmt}[1]{$^{#1}$}
\begin{document}
Citing here \cite{AB} in the text.
\begin{thebibliography}{100}
\bibitem{AB}
First reference.
\bibitem{CD}
Second reference.
\end{thebibliography}
\end{document}
代码的输出是: