Could someone help to correct the warning I get related to an underfull box with the following code? I have tried \hfill, hspace*{\hfill} etc with no luck.
\documentclass[twocolumn,draft]{svjour3}
\usepackage{lmodern}
\usepackage{url}
\usepackage[breaklinks]{hyperref} %make hyperlinks references
\hypersetup{colorlinks=true,linkcolor=blue, % color of internal links
citecolor=blue,linktocpage=true}
\usepackage{breakurl}
\begin{document}
\title{Something}
Microsoft continued to gain market \footnote{\url{www.some-asd-sdsasdasd-asdas-dasdas-dasdas-asd.com}}
\end{document}
So the answer to this is to use: the following:
\usepackage{ragged2e}
\footnote{\RaggedRight\url{www.some-asd-sdsasdasd-asdas-dasdas-dasdas-asd.com}}
