\documentclass{beamer} %gives us the ability to use colour \usepackage[dvipsnames]{xcolor} %to set margins \usepackage[margin=2cm]{geometry} % adds newline after paragraph, removes indent \usepackage{parskip} %for math typing \usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac} %lets us add pics \usepackage{graphicx} \beamertemplatenavigationsymbolsempty \title{REPLACE} \author{Gabe Venberg} % \logo{\includegraphics[height=1cm]{REPLACE}} \begin{document} \frame{\titlepage} \begin{frame} \begin{itemize} \item \end{itemize} \end{frame} \end{document}