latex reduce space between title and author
\documentclass{article}
\author{Some random fellow\vspace{-2ex}% Toggle commenting out the command
}
\date{A long time ago}
\title{A comprehensive treatise on everything\vspace{-2ex}% to see the effect
}
\begin{document}
\maketitle
\end{document}