编译完之后参考文献在正文中乱序,不是按照出现顺序从1一直到最后一个。

​注意​​​:仅限​​ACM-Reference-Format​​格式的参考文献。

修改文件头加入 natbib=false
\documentclass[sigconf,natbib=false]{acmart}
导入如下包:
\usepackage[style=ACM-Reference-Format,backend=bibtex,sorting=none]{biblatex}
使用的参考文献bib名
\addbibresource{sample-bibliography.bib}

上面都可以放在文件开头


注释掉原来的

%\bibliographystyle{ACM-Reference-Format}
%\bibliography{sample-base}
使用这条命令代替
\printbibliography

ref:https://stackoverflow.com/questions/48411689/error-when-using-biblatex-with-acm-reference-format