Answers for "latex reduce space between title and author"

0

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}
Posted by: Guest on April-28-2022

Code answers related to "latex reduce space between title and author"

Browse Popular Code Answers by Language