我使用 Springer LNCS 格式,发现使用 hyperref 包时多个引文之间的空格会丢失。我该如何修复?
没有使用 hyperref 包的结果:[1, 2]
使用 hyperref 包的结果:[1,2]
梅威瑟:
\documentclass[runningheads]{llncs}
%\usepackage[bookmarks=false,hidelinks]{hyperref}
\begin{document}
\cite{ref_1,ref_2}
\begin{thebibliography}{2}
\bibitem{ref_1}
R1
\bibitem{ref_2}
R2
\end{thebibliography}
\end{document}
编辑:
\usepackage[noadjust]{cite}
做不是解决问题。