1

does anyone has this problem or can solve it, please? I added the references through Mendeley application desktop. Everything is fine except the URL width size. If it is too big it continues across the page size and margin size.

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

enter image description here

Thanks

AMB
  • 11

1 Answers1

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