问题
- NeurIPS会议Latex模板无法添加bib格式参考文献,需要调整一定的格式。
解决方法
- 把
neurips_2025.tex
文件中第10行注释,用第23
行的[nonatbib]模版。比如:
\documentclass{article}
% if you need to pass options to natbib, use, e.g.:
% \PassOptionsToPackage{numbers, compress}{natbib}
% before loading neurips_2025
% ready for submission
% \usepackage{neurips_2025}
% to compile a preprint version, e.g., for submission to arXiv, add add the
% [preprint] option:
% \usepackage[preprint]{neurips_2025}
% to compile a camera-ready version, add the [final] option, e.g.:
% \usepackage[final]{neurips_2025}
% to avoid loading the natbib package, add option nonatbib:
\usepackage[nonatbib]{neurips_2025}
- 在
neurips_2025.tex
文件最后添加如下代码,其中ref.bib
文件中添加bib格式的参考文献:
\newpage
\bibliographystyle{IEEEtran}
\bibliography{ref.bib}
这样就可以顺利添加参考文献了!
整理不易✨🚀🚀,关注和收藏后拿走哦📌📌,欢迎留言~~✨✨👋📣
我的公众号📣🔎🔎AdaCoding、GitHub🧐🔎🔎 AdaCoding123