I have a problem with long URLs in a Footnote
Here is an example:
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage{url}
\begin{document}
Lorem Ipsum\footnote{Vgl. \url{http://sourceforge.net/p/jaudio/git/ci/jAudio2.0-dev/tree/src/jAudioFeatureExtractor/AudioFeatures}}
\end{document}
This is how it looks:

You can see the big space between the german "Vgl." and the URL.
How can I set
- explicit url break points at .../j|Audio|Feature|Extractor/... and
- set the text alignment in the footnote to left-aligned (flush left)?
\raggedrightshould work. Additionally, please see Zeilenumbrüche in Bibliographielinks. – Johannes_B May 18 '15 at 15:35\raggedrightworks for left-alignment. But your posted link is about URLs for BibTex and don't says how to set explicit break points. – Vertex May 18 '15 at 15:43\raggedrightit looks pretty good. But I have some long URLs that are looking ugly, because they got breaked afterhttp:. I've followed you Forcing linebreaks in \url and use\def\UrlBreaks. But either there is no colon in the break characters, the URLs gets breaked afterhttp:. Have you an idea how to avoid breaking afterhttp:? – Vertex May 18 '15 at 22:16\UrlBigBreaks. Now it doesn't breaks afterhttp:. Would you like to summarize it all in an answer? For question 1\raggedrightworks fine and for question 2 it is not possible to define explicit break points but it is possible to alter the breaking behaviour with\UrlBreaksand\UrlBigBreaks. – Vertex May 19 '15 at 06:42