The line has too much vertical white space above the first footnote entry. How to reduce it ?
And how to make that line a bit longer ?
Here's a MWE code to work with, with some humor

Code: Select all
\RequirePackage[l2tabu,orthodox]{nag}
\documentclass[10pt,letterpaper,nofootinbib,notitlepage,tightenlines]{revtex4-1}
\usepackage[letterpaper,margin=1in]{geometry}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{microtype}
\raggedbottom
\usepackage[bottom]{footmisc}
\begin{document}
\title{A code from a bozo}
\author{A bozo made this code}
\maketitle
\section{Some unfunny title}
\LaTeX is cool\footnote{Some note from a clown.}
\end{document}