LaTeX-template/presentation-template.tex

27 lines
568 B
TeX
Raw Normal View History

2022-04-13 23:10:30 -05:00
\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}