这是我第一次使用该acmart
包。构建时,我的所有内联引用都会触发Citation ... on page x undefined
错误。但也有There were multiply defined citations.
警告。
在 PDF 文件中,所有内联引用都显示为??
。参考书目中所有项目编号都乱了套,并且每个项目前都有多余的]
或)
符号:
生成的.aux
文件中还有冗余和无意义的bibcite
条目:
...
\bibcite{)}{{1}{[n.\,d.(@}{{Alaloul et~al\mbox {.}}}{{}}}
\bibcite{a}{{2}{[n.\,d.(@}{{Grčar et~al\mbox {.}}}{{}}}
\bibcite{b}{{3}{[n.\,d.(@}{{Grčar et~al\mbox {.}}}{{}}}
\bibcite{)}{{4}{[n.\,d.(@}{{Gupta et~al\mbox {.}}}{{}}}
\bibcite{)}{{5}{[n.\,d.(@}{{Khan}}{{}}}
\bibcite{)}{{6}{[n.\,d.(@}{{Lazer et~al\mbox {.}}}{{}}}
...
最小可复制文档是:
\documentclass[sigconf]{acmart}
\begin{document}
\title{Title}
\author{Name}
\keywords{kw, k}
\maketitle
\section{Introduction}
\cite{lazerSocialScienceComputational2009}.
\cite{alaloulArtificialNeuralNetworks2018, khanKnowledgeExtractionSurvey2013, grcarKNNSVMCollaborative2006, guptaMovieRecommenderSystem2020}.
\cite{grcarKNNSVMCollaborative2006, guptaMovieRecommenderSystem2020}.
\cite{grcarKNNSVMCollaborative2006, grcarDataSparsityIssues2006}
\bibliographystyle{ACM-Reference-Format}
\bibliography{references}
\end{document}
@article{alaloulArtificialNeuralNetworks2018,
title = {An {{Artificial}} Neural Networks ({{ANN}}) Model for Evaluating Construction Project Performance Based on Coordination Factors},
author = {Alaloul, Wesam Salah and Liew, Mohd Shahir and Wan Zawawi, Noor Amila and Mohammed, Bashar S and Adamu, Musa},
editor = {Aziz, Hamidi Abdul},
date = {2018-01-01},
journaltitle = {Cogent Engineering},
volume = {5},
number = {1},
pages = {1507657},
publisher = {{Cogent OA}},
issn = {null},
doi = {10.1080/23311916.2018.1507657},
url = {https://doi.org/10.1080/23311916.2018.1507657},
urldate = {2022-05-09},
annotation = {\_eprint: https://doi.org/10.1080/23311916.2018.1507657},
file = {/Users/zeyu/Zotero/storage/UC2IUWIL/Alaloul 等。 - 2018 - An Artificial neural networks (ANN) model for eval.pdf}
}
@inproceedings{grcarDataSparsityIssues2006,
title = {Data {{Sparsity Issues}} in the {{Collaborative Filtering Framework}}},
booktitle = {Advances in {{Web Mining}} and {{Web Usage Analysis}}},
author = {Grčar, Miha and Mladenič, Dunja and Fortuna, Blaž and Grobelnik, Marko},
editor = {Nasraoui, Olfa and Zaïane, Osmar and Spiliopoulou, Myra and Mobasher, Bamshad and Masand, Brij and Yu, Philip S.},
date = {2006},
series = {Lecture {{Notes}} in {{Computer Science}}},
pages = {58--76},
publisher = {{Springer}},
location = {{Berlin, Heidelberg}},
doi = {10.1007/11891321_4},
isbn = {978-3-540-46348-1},
langid = {english}
}
@inproceedings{grcarKNNSVMCollaborative2006,
title = {{{kNN Versus SVM}} in the {{Collaborative Filtering Framework}}},
booktitle = {Data {{Science}} and {{Classification}}},
author = {Grčar, Miha and Fortuna, Blaž and Mladenič, Dunja and Grobelnik, Marko},
editor = {Batagelj, Vladimir and Bock, Hans-Hermann and Ferligoj, Anuška and Žiberna, Aleš},
date = {2006},
series = {Studies in {{Classification}}, {{Data Analysis}}, and {{Knowledge Organization}}},
pages = {251--260},
publisher = {{Springer}},
location = {{Berlin, Heidelberg}},
doi = {10.1007/3-540-34416-0_27},
isbn = {978-3-540-34416-2},
langid = {english}
}
@inproceedings{guptaMovieRecommenderSystem2020,
title = {Movie {{Recommender System Using Collaborative Filtering}}},
booktitle = {2020 {{International Conference}} on {{Electronics}} and {{Sustainable Communication Systems}} ({{ICESC}})},
author = {Gupta, Meenu and Thakkar, Aditya and {Aashish} and Gupta, Vishal and Rathore, Dhruv Pratap Singh},
date = {2020-07},
pages = {415--420},
doi = {10.1109/ICESC48915.2020.9155879},
eventtitle = {2020 {{International Conference}} on {{Electronics}} and {{Sustainable Communication Systems}} ({{ICESC}})},
file = {/Users/zeyu/Zotero/storage/GGIKU7KX/9155879.html}
}
@article{khanKnowledgeExtractionSurvey2013,
title = {Knowledge {{Extraction}} from {{Survey Data}} Using {{Neural Networks}}},
author = {Khan, Imran},
date = {2013-07-17},
journaltitle = {Computer Science Theses},
url = {https://scholarworks.uttyler.edu/compsci_grad/1},
file = {/Users/zeyu/Zotero/storage/C3WCK4ZG/1.html}
}
@article{lazerSocialScienceComputational2009,
title = {Social Science. {{Computational}} Social Science},
author = {Lazer, David and Pentland, Alex and Adamic, Lada and Aral, Sinan and Barabasi, Albert-Laszlo and Brewer, Devon and Christakis, Nicholas and Contractor, Noshir and Fowler, James and Gutmann, Myron and Jebara, Tony and King, Gary and Macy, Michael and Roy, Deb and Van Alstyne, Marshall},
date = {2009-03-01},
journaltitle = {Science (New York, N.Y.)},
shortjournal = {Science (New York, N.Y.)},
volume = {323},
pages = {721--3},
doi = {10.1126/science.1167742},
file = {/Users/zeyu/Zotero/storage/QFXY78U2/Lazer 等。 - 2009 - Social science. Computational social science.pdf}
}
并且.bib
由 Zotero Better BibLatex 插件导出。
我不知道问题的原因是什么...有人能帮忙吗?谢谢!
环境:M1 Mac 上的 BasicTex 2022,已安装所有相关依赖项。(可以编译ACM 模板)。latexmk -pdf
(即 pdflatex)、xelatex
和 manualpdflatex -> bibtex -> pdflatex*2
都经过了测试。Overleaf 上的 Tex Live 2021-2019 也经过了测试。
答案1
感谢 Ulrike Fischer 的评论,指出了 BibTeX 和 BibLaTeX 之间的区别。我刚刚快速搜索了一下,确实存在这个问题。
正如这个帖子,
大多数学术出版商(支持 LaTeX)不支持 BibLaTeX,要求参考文献采用 BibTeX 格式或其编译格式。
因此,重新导出 BibTeX 版本的参考书目将解决问题。