I am using llncs class of Springer for special document publishing. However, I'm encountering an issue related to my BibTeX bibliography: as I am using long URLs, they get out of the document.
If you want to throw a glance, here is the link: http://www.student.montefiore.ulg.ac.be ... ket-PC.pdf. (Bibliography is located p. 6 of this document.)
Edit: I have evidently tried
Code: Select all
\usepackage{url}
%% Define a new 'leo' style for the package that will use a smaller font.
\makeatletter
\def\url@leostyle{%
\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
\makeatother
%% Now actually use the newly defined style.
\urlstyle{leo}
Any help is much appreciated.
Thanks.