\documentclass[a4paper, 11pt]{article} % Font size (can be 10pt, 11pt or 12pt) and paper size (remove a4paper for US letter paper) \usepackage[protrusion=true,expansion=true]{microtype} % Better typography \usepackage{graphicx} % Required for including pictures \usepackage{wrapfig} % Allows in-line images \usepackage{mathpazo} % Use the Palatino font \usepackage[T1]{fontenc} % Required for accented characters \linespread{1.05} % Change line spacing here, Palatino benefits from a slight increase by default \makeatletter \renewcommand\@biblabel[1]{\textbf{#1.}} % Change the square brackets for each bibliography item from '[1]' to '1.' \renewcommand{\@listI}{\itemsep=0pt} % Reduce the space between items in the itemize and enumerate environments and the bibliography \renewcommand{\maketitle}{ % Customize the title - do not edit title and author name here, see the TITLE block below \begin{flushright} % Right align {\LARGE\@title} % Increase the font size of the title \vspace{50pt} % Some vertical space between the title and author name {\large\@author} % Author name \\\@date % Date \vspace{40pt} % Some vertical space between the author block and abstract \end{flushright} } %---------------------------------------------------------------------------------------- % TITLE %---------------------------------------------------------------------------------------- \title{\textbf{Unnecessarily Long Essay Title}\\ % Title Focused and Deliciously Witty Subtitle} % Subtitle \author{\textsc{Ford Prefect} % Author \\{\textit{Interstellar University}}} % Institution \date{\today} % Date %---------------------------------------------------------------------------------------- \begin{document} \maketitle % Print the title section %---------------------------------------------------------------------------------------- % ABSTRACT AND KEYWORDS %---------------------------------------------------------------------------------------- %\renewcommand{\abstractname}{Summary} % Uncomment to change the name of the abstract to something else \begin{abstract} \end{abstract} \hspace*{3,6mm}\textit{Keywords:}% Keywords \vspace{30pt} % Some vertical space between the abstract and first section \end{document}