%\documentclass[12pt, oneside]{extarticle} \sloppy \hyphenpenalty=10000 \hbadness=10000 \PassOptionsToPackage{hyphens}{url} \usepackage{titlesec} \usepackage{xcolor} \usepackage[top=1.3in, bottom=1.5in, right=1.9in, left=1.9in]{geometry} \usepackage[scale=0.82]{plex-mono} \usepackage[scale=0.87]{plex-sans} \usepackage{CormorantGaramond} \renewcommand{\familydefault}{\sfdefault} \usepackage{titling} \setlength{\parskip}{0.5em} \renewcommand\refname{\bfseries Bibliography and references} \usepackage[ % backref=page ]{hyperref} \hypersetup{ colorlinks, citecolor=red, filecolor=black, linkcolor=teal, urlcolor=teal } \newenvironment{myquote} { \list{} { \leftmargin=0.4in\rightmargin=0.4in} \item[] } {\endlist} \titleformat{\section}{\large\bfseries}{}{0em}{} \setlength{\droptitle}{-3cm} \pretitle{\begin{flushleft}\LARGE\itshape} \posttitle{\par\end{flushleft}} \preauthor{\begin{flushleft}\large} \postauthor{\end{flushleft}} \predate{\begin{flushleft}\vspace{-5pt}\large} \postdate{\par\end{flushleft}}