URL 引用宽度在边距后继续

URL 引用宽度在边距后继续

有人有这个问题或能解决吗?我通过 Mendeley 应用程序桌面添加了参考文献。除了 URL 宽度大小之外,一切都很好。如果太大,它会继续跨越页面大小和边距大小。

\bibliographystyle{IEEEtran} \bibliography{/home/Thesis.bib}

在此处输入图片描述

谢谢

答案1

\documentclass{article}
\usepackage[hyphens]{url}
\usepackage{hyperref}
\hypersetup{colorlinks=true,breaklinks=true}
\begin{document}
something here ...
\bibliographystyle{IEEEtran} 
\bibliography{bibliog}
\end{document}

相关内容