Code: Select all
Code, edit and compile here:
\documentclass{article}\makeatletter\usepackage{hyperref}\usepackage{authblk}\newcommand{\address}[1]{\newcommand{\@address}{#1}}\newcommand{\institute}[1]{\newcommand{\@institute}{#1}}\renewcommand{\maketitle}{{\LARGE\noindent\ignorespaces\@title\par}{\Large\noindent\ignorespaces\@author\par}{\normalsize\noindent\ignorespaces\@affil\par}{\normalsize\noindent\ignorespaces\@institute\par}{\normalsize\noindent\ignorespaces\@address\par}{\normalsize\noindent\ignorespaces\@date\par}}\begin{document}\title{Draft in progress}\author[a]{authorA}\author[b]{authorB}\affil[a]{\href{mailto:authorA@email.com}{authorA@email.com}}\affil[b]{\href{mailto:authorB@email.com}{authorB@email.com}}\institute{University}\address{earth}\date{\today}\maketitle(blablabla)\end{document}