【发布时间】:2022-08-11 05:55:20
【问题描述】:
我有这个围兜项目,我使用IEEEtran 作为参考书目样式。我使用了默认的IEEEtran.bst 和IEEEtran.cls。我不确定,如果我需要两者,但我已经尝试了所有的变化。
@misc{clark_2022,
title={Tiktok faces investigation into its impact on Young People\'s Mental Health}, url={https://www.theverge.com/2022/3/2/22958900/tiktok-state-ag-investigation-teens-kids-mental-physical-health},
journal={The Verge},
publisher={The Verge},
author={Clark, Mitchell},
year={2022},
month={Mar}
}
参考现在看起来像这样:
是什么导致它,我该如何改变它?这是 IEEEtran 的一部分吗?
-
问题是你的 url 只能在几个地方被破坏并且仍然得到合理的文本,latex 必须拉伸空格。它会在日志文件中的警告中告诉您这一点。试试
xurl包。如果这不起作用,请添加一个可编译的minimal reproducible example
标签: latex pdflatex bibtex ieee biblatex