\documentclass[12pt]{article} %gives us the ability to use colour \usepackage[dvipsnames]{xcolor} %to set margins \usepackage[margin=2cm]{geometry} %lets us add pics \usepackage{graphicx} % adds newline after paragraph, removes indent \usepackage{parskip} %lets us add pics \usepackage{graphicx} %for math typing \usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac} %for making pretty trees \usepackage{forest} %for source code listings \usepackage{listings} %for algorithm typing \usepackage[noEnd=false]{algpseudocodex} %set some settings for listings package \lstset{ backgroundcolor=\color{white}, basicstyle=\footnotesize\ttfamily, breakatwhitespace=false, breaklines=true, captionpos=b, commentstyle=\color{Green}, frame=single, keepspaces=true, keywordstyle=\color{blue}, numbers=left, numbersep=5pt, numberstyle=\tiny\color{gray}, rulecolor=\color{black}, stepnumber=1, stringstyle=\color{BurntOrange}, tabsize=2, } %turn off section below a specific depth % \setcounter{secnumdepth}{0} %makes subsections alphabetical. % \renewcommand\thesubsection{\alph{subsection}).} %makes subsubsections roman. % \renewcommand\thesubsubsection{\roman{subsubsection}).} \title{REPLACE} \date{REPLACE} \author{Gabriel Venberg} \begin{document} \maketitle \end{document}