Below is an MWE for an scrartcl document. I'd like to customise the output of \maketitle, in particular to place the title elements left-aligned instead of centred, and to change the fonts and sizes. If possible, I'd also like to put the abstract in a similar form - left-justified, and with "Abstract. " as the initial run-in header, with the option to change font and size for that run-in text.
\PassOptionsToPackage{svgnames,table,dvipsnames,rgb}{xcolor}
\documentclass[a4paper,10pt,oneside,DIV=9]{scrartcl}
% Packages
\usepackage{scrlayer-scrpage}
% demo only
\usepackage{lipsum}
\usepackage{mwe}
\begin{document}
\title{Test document}
\author{Lyndon Drake}
%\institution{University of Oxford}
\date{24 December 2018}
\maketitle
\begin{abstract}
\lipsum[5]
\end{abstract}
\section{Lipsum}
\lipsum[1]\footnote{\lipsum[2][1-3]}\footnote{\lipsum[3][1-7]
\lipsum[4][1-7]}
\end{document}
abstractnameappear? I'm using the scrartcl class. – Lyndon Drake Jun 05 '19 at 14:17abstract=true– Cuniye Datacu Jun 05 '19 at 14:56