for my thesis I use memoir for the layout.
I use
Code: Select all
\setlength{\footmarkwidth}{1.8em}
\setlength{\footmarksep}{0cm}
\footmarkstyle{{#1}\hfill}
When I cite a website, I have to underline the urls. In order to make urls wrap and have them underlined at the same time, I use hyperref with the following options:
Code: Select all
\usepackage[colorlinks=false,pdfborderstyle={/S/U/W 1},pdfborder=0 0 1,urlbordercolor={0 0 0},linkbordercolor={1 1 1},breaklinks]{hyperref}
Many thanks in advance!