当我即将完成 IEEE 的 LaTeX 文章时,我在编译 .bib 文件(称为 tacklingbib)时遇到了一个错误。这是插入书目信息的代码的一部分
\bibliographystyle{ieeetran}
\bibliography{BibTeX/tacklingbib}
在该过程的第三阶段(1.pdfLaTex[成功]、2.BibTex[成功]、3.pdfLaTeX[错误!])我收到了以下错误:
Underfull \hbox (badness 10000) in paragraph at lines 973--974
(./Tackling_cite.bbl
! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.24 \end{thebibliography}
我没有使用 thebibliography,但我收到了错误!我删除了文本中的所有引用,除了第一个,以查看任何引用命令中是否有任何错误。但错误重复出现。这是我的 .bib 文件中唯一的引用:
@article{delen\_effects\_2014,
title = {Effects of interactivity and instructional scaffolding on learning: {Self}-regulation in online video-based environments},
volume = {78},
issn = {03601315},
shorttitle = {Effects of interactivity and instructional scaffolding on learning},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0360131514001511},
doi = {10.1016/j.compedu.2014.06.018},
language = {en},
urldate = {2023-02-13},
journal = {Computers \& Education},
author = {Delen, Erhan and Liew, Jeffrey and Willson, Victor},
month = sep,
year = {2014},
pages = {312--320},
}
它只有 15 行,我想知道 l.24 指出的错误在哪里!如果有人能帮忙,我将不胜感激。