% type of document (and default font size):
\documentclass[12 pt]{article}
% packages:
\usepackage[letterpaper]{geometry} % for paper size and setting margin sizes
\usepackage[english]{babel} % set language for the document
\usepackage{graphicx} % for figures
\usepackage{float} % to use the "H" placement for figures
\usepackage[colorlinks=true, allcolors=blue]{hyperref} % for hyperlinks
\graphicspath{ {images/} } % specify the default path for images
\title{Overleaf: write and collaborate on \LaTeX documents}
\author{UQ Library}
\begin{document}
\maketitle
\section{Section 1}
\end{document}